From dcd07606d8bc81bda7b13dbd8721293e71579888 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 8 May 2024 20:09:38 +0200 Subject: [PATCH] sqlx --- ...3406ba94dc0653afa5d28c072203617c598caefaaf1bafcfb.json} | 7 ++++--- backend/windmill-api-client/bundle.sh | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) rename backend/.sqlx/{query-92d00c6a1f4c40f2a23c9ba758a59597deabd7ca93653ad72d2cdc37efefc9d4.json => query-8e7ff45c5378c3a3406ba94dc0653afa5d28c072203617c598caefaaf1bafcfb.json} (85%) diff --git a/backend/.sqlx/query-92d00c6a1f4c40f2a23c9ba758a59597deabd7ca93653ad72d2cdc37efefc9d4.json b/backend/.sqlx/query-8e7ff45c5378c3a3406ba94dc0653afa5d28c072203617c598caefaaf1bafcfb.json similarity index 85% rename from backend/.sqlx/query-92d00c6a1f4c40f2a23c9ba758a59597deabd7ca93653ad72d2cdc37efefc9d4.json rename to backend/.sqlx/query-8e7ff45c5378c3a3406ba94dc0653afa5d28c072203617c598caefaaf1bafcfb.json index a49e26981ad65..e1cdc4e0c7ff0 100644 --- a/backend/.sqlx/query-92d00c6a1f4c40f2a23c9ba758a59597deabd7ca93653ad72d2cdc37efefc9d4.json +++ b/backend/.sqlx/query-8e7ff45c5378c3a3406ba94dc0653afa5d28c072203617c598caefaaf1bafcfb.json @@ -1,6 +1,6 @@ { "db_name": "PostgreSQL", - "query": "INSERT INTO script (workspace_id, hash, path, parent_hashes, summary, description, content, created_by, schema, is_template, extra_perms, lock, language, kind, tag, draft_only, envs, concurrent_limit, concurrency_time_window_s, cache_ttl, dedicated_worker, ws_error_handler_muted, priority, restart_unless_cancelled, delete_after_use, timeout, concurrency_key, visible_to_runner_only, no_main_func) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9::text::json, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29)", + "query": "INSERT INTO script (workspace_id, hash, path, parent_hashes, summary, description, content, created_by, schema, is_template, extra_perms, lock, language, kind, tag, draft_only, envs, concurrent_limit, concurrency_time_window_s, cache_ttl, dedicated_worker, ws_error_handler_muted, priority, restart_unless_cancelled, delete_after_use, timeout, concurrency_key, visible_to_runner_only, no_main_func, codebase) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9::text::json, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30)", "describe": { "columns": [], "parameters": { @@ -67,10 +67,11 @@ "Int4", "Varchar", "Bool", - "Bool" + "Bool", + "Varchar" ] }, "nullable": [] }, - "hash": "92d00c6a1f4c40f2a23c9ba758a59597deabd7ca93653ad72d2cdc37efefc9d4" + "hash": "8e7ff45c5378c3a3406ba94dc0653afa5d28c072203617c598caefaaf1bafcfb" } diff --git a/backend/windmill-api-client/bundle.sh b/backend/windmill-api-client/bundle.sh index e2714b220ecd2..0fe4b172ca18d 100755 --- a/backend/windmill-api-client/bundle.sh +++ b/backend/windmill-api-client/bundle.sh @@ -1,3 +1,3 @@ #!/bin/sh -# npx swagger-cli bundle ../windmill-api/openapi.yaml > bundled.json \ No newline at end of file +npx swagger-cli bundle ../windmill-api/openapi.yaml > bundled.json \ No newline at end of file