chore: initialize WanderQ MiniAPP 2.0 repository
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
ALTER TABLE "SearchPageConfig"
|
||||
ADD COLUMN "modules" JSONB NOT NULL DEFAULT '{}';
|
||||
|
||||
UPDATE "SearchPageConfig"
|
||||
SET "modules" = jsonb_build_object(
|
||||
'seasonalInspiration', jsonb_build_object(
|
||||
'title', "title",
|
||||
'subtitle', "subtitle"
|
||||
),
|
||||
'preferenceDiscovery', jsonb_build_object(
|
||||
'title', '换一种方式找灵感',
|
||||
'subtitle', '按区域、主题和体验偏好,找到下一处想去的地方。'
|
||||
)
|
||||
)
|
||||
WHERE "modules" = '{}'::jsonb;
|
||||
Reference in New Issue
Block a user