From 50d4f8b1be906884645b4a759482128abb156350 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Wed, 6 Apr 2022 23:07:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.2.2=E3=80=91=E6=9B=B4=E6=96=B0app?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../migration/mysql/V7.2.2_20220406_2330__update_app_sort.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/db/migration/mysql/V7.2.2_20220406_2330__update_app_sort.sql diff --git a/src/main/resources/db/migration/mysql/V7.2.2_20220406_2330__update_app_sort.sql b/src/main/resources/db/migration/mysql/V7.2.2_20220406_2330__update_app_sort.sql new file mode 100644 index 00000000..20431d48 --- /dev/null +++ b/src/main/resources/db/migration/mysql/V7.2.2_20220406_2330__update_app_sort.sql @@ -0,0 +1,2 @@ +UPDATE `sys_app` SET `app_name` = '系统应用', `app_code` = 'systemApp', `app_icon` = 'SettingOutlined', `active_flag` = 'Y', `status_flag` = 1, `app_sort` = 10, `del_flag` = 'N', `create_time` = '2020-03-25 19:07:00', `create_user` = 1265476890672672808, `update_time` = '2021-08-25 16:00:07', `update_user` = 1339550467939639299 WHERE `app_id` = 1265476890672672821; +UPDATE `sys_app` SET `app_name` = '字段拓展', `app_code` = 'fieldExpand', `app_icon` = 'BarsOutlined', `active_flag` = 'N', `status_flag` = 1, `app_sort` = 50, `del_flag` = 'N', `create_time` = '2022-03-30 09:39:19', `create_user` = 1339550467939639299, `update_time` = NULL, `update_user` = NULL WHERE `app_id` = 1508982167982678018;