From bd1e099fd358cb5a3febe5359dbe05dc9319e02e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 19 Jul 2022 21:04:27 +0200 Subject: [PATCH] sqlx fix --- backend/sqlx-data.json | 70 +++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/backend/sqlx-data.json b/backend/sqlx-data.json index 69508909e5..872882cac7 100644 --- a/backend/sqlx-data.json +++ b/backend/sqlx-data.json @@ -2442,6 +2442,41 @@ ] } }, + "b49868120aa48f9163ffb0262804c0528723c858d20d7e556750fe712e3d5123": { + "query": "INSERT INTO script (workspace_id, hash, path, parent_hashes, summary, description, content, created_by, schema, is_template, extra_perms, lock, language, is_trigger) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9::text::json, $10, $11, $12, $13, $14)", + "describe": { + "columns": [], + "parameters": { + "Left": [ + "Varchar", + "Int8", + "Varchar", + "Int8Array", + "Text", + "Text", + "Text", + "Varchar", + "Text", + "Bool", + "Jsonb", + "Text", + { + "Custom": { + "name": "script_lang", + "kind": { + "Enum": [ + "python3", + "deno" + ] + } + } + }, + "Bool" + ] + }, + "nullable": [] + } + }, "b7dd791cd69748ef51b7520f505c0c8bb1b4014a273476eddfecf1ab658a18b4": { "query": "select hash from script where path = $1 AND (workspace_id = $2 OR workspace_id = 'starter') AND\n created_at = (SELECT max(created_at) FROM script WHERE path = $1 AND (workspace_id = $2 OR workspace_id = 'starter')) AND\n deleted = false", "describe": { @@ -3085,41 +3120,6 @@ "nullable": [] } }, - "f503c8f37507c89bf99063f49ef72e2d021898583708e776fc58d99809f4bc3c": { - "query": "INSERT INTO script (workspace_id, hash, path, parent_hashes, summary, description, content, created_by, schema, is_template, extra_perms, lock, language, trigger_reco_interval) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9::text::json, $10, $11, $12, $13, $14)", - "describe": { - "columns": [], - "parameters": { - "Left": [ - "Varchar", - "Int8", - "Varchar", - "Int8Array", - "Text", - "Text", - "Text", - "Varchar", - "Text", - "Bool", - "Jsonb", - "Text", - { - "Custom": { - "name": "script_lang", - "kind": { - "Enum": [ - "python3", - "deno" - ] - } - } - }, - "Int4" - ] - }, - "nullable": [] - } - }, "f7906298e4204ad55ec84021bb2461f369386493519637279f1188227230c580": { "query": "SELECT lock, lock_error_logs FROM script WHERE hash = $1 AND (workspace_id = $2 OR workspace_id = 'starter')", "describe": {