chore: cache the query the draft derivation test added

This commit is contained in:
Ruben Fiszel
2026-08-01 21:56:32 +00:00
parent 578bbd52c7
commit f602df7e3f
@@ -0,0 +1,17 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO draft (workspace_id, email, path, typ, value)\n VALUES ($1, $2, $3, 'app', $4)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Varchar",
"Varchar",
"Json"
]
},
"nullable": []
},
"hash": "02c1a4d76fd7edf99c93be8ff57952d3c36312a1f9f97226004466a80a737b23"
}