chore: initialize WanderQ MiniAPP 2.0 repository
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
UPDATE "HomeModule"
|
||||
SET
|
||||
"isActive" = false,
|
||||
"isDeleted" = true,
|
||||
"publishedConfig" = CASE
|
||||
WHEN "publishedConfig" IS NULL THEN NULL
|
||||
ELSE jsonb_set(
|
||||
jsonb_set("publishedConfig", '{isActive}', 'false'::jsonb, true),
|
||||
'{isDeleted}', 'true'::jsonb, true
|
||||
)
|
||||
END
|
||||
WHERE "id" = 'routes';
|
||||
Reference in New Issue
Block a user