forked from github/dataease
Merge pull request #9358 from dataease/pr@dev@refactor_flyway
refactor: 文案和flyway修改
This commit is contained in:
commit
3e620c22e9
@ -39,4 +39,12 @@ where `county_code` = '156330103';
|
|||||||
UPDATE `area_mapping_global`
|
UPDATE `area_mapping_global`
|
||||||
set `county_code` = '156330114',
|
set `county_code` = '156330114',
|
||||||
`county_name` = '钱塘区'
|
`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';
|
@ -46,6 +46,7 @@
|
|||||||
\u7528\u6237key=User Key
|
\u7528\u6237key=User Key
|
||||||
i18n_auth_view=View
|
i18n_auth_view=View
|
||||||
i18n_auth_use=Use
|
i18n_auth_use=Use
|
||||||
|
i18n_auth_write=Write
|
||||||
i18n_auth_export=Export
|
i18n_auth_export=Export
|
||||||
i18n_auth_manage=Manage
|
i18n_auth_manage=Manage
|
||||||
i18n_auth_grant=Grant
|
i18n_auth_grant=Grant
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
\u7528\u6237key=\u7528\u6237key
|
\u7528\u6237key=\u7528\u6237key
|
||||||
i18n_auth_view=\u67E5\u770B
|
i18n_auth_view=\u67E5\u770B
|
||||||
i18n_auth_use=\u4F7F\u7528
|
i18n_auth_use=\u4F7F\u7528
|
||||||
|
i18n_auth_write=\u5199\u5165
|
||||||
i18n_auth_export=\u5BFC\u51FA
|
i18n_auth_export=\u5BFC\u51FA
|
||||||
i18n_auth_manage=\u7BA1\u7406
|
i18n_auth_manage=\u7BA1\u7406
|
||||||
i18n_auth_grant=\u6388\u6743
|
i18n_auth_grant=\u6388\u6743
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
\u7528\u6237key=\u7528\u6236key
|
\u7528\u6237key=\u7528\u6236key
|
||||||
i18n_auth_view=\u67E5\u770B
|
i18n_auth_view=\u67E5\u770B
|
||||||
i18n_auth_use=\u4F7F\u7528
|
i18n_auth_use=\u4F7F\u7528
|
||||||
|
i18n_auth_write=\u5BEB\u5165
|
||||||
i18n_auth_export=\u5C0E\u51FA
|
i18n_auth_export=\u5C0E\u51FA
|
||||||
i18n_auth_manage=\u7BA1\u7406
|
i18n_auth_manage=\u7BA1\u7406
|
||||||
i18n_auth_grant=\u6388\u6B0A
|
i18n_auth_grant=\u6388\u6B0A
|
||||||
|
Loading…
Reference in New Issue
Block a user