From 817a478b0829cb73979892259c4c0d611c6973a7 Mon Sep 17 00:00:00 2001 From: xhxu Date: Thu, 24 Feb 2022 14:46:30 +0800 Subject: [PATCH] =?UTF-8?q?/=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V2022022400001__ext_json.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V2022022400001__ext_json.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V2022022400001__ext_json.sql b/mallinkAdmin/src/main/resources/db/migration/V2022022400001__ext_json.sql new file mode 100644 index 000000000..164a94ed2 --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V2022022400001__ext_json.sql @@ -0,0 +1 @@ +update wx_weapp_ext_set set ext_json = json_array_insert(ext_json, '$.tabBar.list[1]', JSON_OBJECT("text", "首页", "iconPath", "assets/images/home.png", "pagePath", "pages/theme/index1/index", "selectedIconPath", "assets/images/home-a.png")) where type = 2 and ext_json is not null; \ No newline at end of file