From 9af25a078367dd3aec5496b9765ca4d2eb2fe6ce Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 1 Aug 2026 16:57:07 +0000 Subject: [PATCH] chore: cache the query the derivation guard added --- ...f6ca6d8735e12bfd404805f6973b167febf7e942f.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 backend/.sqlx/query-f875555e65fcefb643094fef6ca6d8735e12bfd404805f6973b167febf7e942f.json diff --git a/backend/.sqlx/query-f875555e65fcefb643094fef6ca6d8735e12bfd404805f6973b167febf7e942f.json b/backend/.sqlx/query-f875555e65fcefb643094fef6ca6d8735e12bfd404805f6973b167febf7e942f.json new file mode 100644 index 0000000000..762c5b1baa --- /dev/null +++ b/backend/.sqlx/query-f875555e65fcefb643094fef6ca6d8735e12bfd404805f6973b167febf7e942f.json @@ -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" +}