Merge pull request #9358 from dataease/pr@dev@refactor_flyway

refactor: 文案和flyway修改
This commit is contained in:
王嘉豪 2024-04-26 10:23:09 +08:00 committed by GitHub
commit 3e620c22e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 1 deletions

View File

@ -39,4 +39,12 @@ where `county_code` = '156330103';
UPDATE `area_mapping_global`
set `county_code` = '156330114',
`county_name` = '钱塘区'
where `county_code` = '156330104';
where `county_code` = '156330104';
INSERT INTO `sys_auth_detail` (`id`, `auth_id`, `privilege_name`, `privilege_type`, `privilege_value`, `privilege_extend`, `remark`, `create_user`, `create_time`, `update_time`, `copy_from`, `copy_id`) VALUES ('data_fill_write', 'data_fill', 'i18n_auth_write', 2, 0, 'write', '基础权限-写入', 'system', NULL, NULL, NULL, NULL);
delete sys_auth_detail,sys_auth from sys_auth_detail INNER JOIN sys_auth on sys_auth.id = sys_auth_detail.auth_id
where sys_auth.auth_source_type ='data_fill';
delete from sys_auth where auth_source_type ='data_fill';

View File

@ -46,6 +46,7 @@
\u7528\u6237key=User Key
i18n_auth_view=View
i18n_auth_use=Use
i18n_auth_write=Write
i18n_auth_export=Export
i18n_auth_manage=Manage
i18n_auth_grant=Grant

View File

@ -46,6 +46,7 @@
\u7528\u6237key=\u7528\u6237key
i18n_auth_view=\u67E5\u770B
i18n_auth_use=\u4F7F\u7528
i18n_auth_write=\u5199\u5165
i18n_auth_export=\u5BFC\u51FA
i18n_auth_manage=\u7BA1\u7406
i18n_auth_grant=\u6388\u6743

View File

@ -45,6 +45,7 @@
\u7528\u6237key=\u7528\u6236key
i18n_auth_view=\u67E5\u770B
i18n_auth_use=\u4F7F\u7528
i18n_auth_write=\u5BEB\u5165
i18n_auth_export=\u5C0E\u51FA
i18n_auth_manage=\u7BA1\u7406
i18n_auth_grant=\u6388\u6B0A