chore: cache the query the derivation guard added

This commit is contained in:
Ruben Fiszel
2026-08-01 16:57:07 +00:00
parent 85e49b3c48
commit 9af25a0783
@@ -0,0 +1,15 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE schedule SET email = 'stale@windmill.dev' WHERE path = $1 AND workspace_id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": []
},
"hash": "f875555e65fcefb643094fef6ca6d8735e12bfd404805f6973b167febf7e942f"
}