From 4071482f983d66b16cc8a5519f5665990dc7bc02 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 30 Mar 2026 14:02:53 +0200 Subject: refactor: camelCase response --- ...c671960f1be916c588b74ad726f0a8308ea692d20a8558888.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .sqlx/query-c97114552378d59c671960f1be916c588b74ad726f0a8308ea692d20a8558888.json (limited to '.sqlx/query-c97114552378d59c671960f1be916c588b74ad726f0a8308ea692d20a8558888.json') diff --git a/.sqlx/query-c97114552378d59c671960f1be916c588b74ad726f0a8308ea692d20a8558888.json b/.sqlx/query-c97114552378d59c671960f1be916c588b74ad726f0a8308ea692d20a8558888.json new file mode 100644 index 0000000..401e6e6 --- /dev/null +++ b/.sqlx/query-c97114552378d59c671960f1be916c588b74ad726f0a8308ea692d20a8558888.json @@ -0,0 +1,15 @@ +{ + "db_name": "PostgreSQL", + "query": "delete from transaction_schema where schema_type = $1 and schema_version = $2", + "describe": { + "columns": [], + "parameters": { + "Left": [ + "Text", + "Text" + ] + }, + "nullable": [] + }, + "hash": "c97114552378d59c671960f1be916c588b74ad726f0a8308ea692d20a8558888" +} -- cgit v1.2.3