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