fix: flyway 修改

This commit is contained in:
CaptainB 2021-10-22 13:57:25 +08:00 committed by 刘瑞斌
parent 8bc051a3ba
commit 51210f25d1
1 changed files with 2 additions and 0 deletions

View File

@ -323,6 +323,8 @@ delete from user_group_permission where module_id = 'ORGANIZATION_MESSAGE';
delete from user_group_permission where module_id = 'ORGANIZATION_SERVICE'; delete from user_group_permission where module_id = 'ORGANIZATION_SERVICE';
delete from user_group_permission where module_id = 'ORGANIZATION_GROUP'; delete from user_group_permission where module_id = 'ORGANIZATION_GROUP';
delete from user_group_permission where module_id = 'ORGANIZATION_WORKSPACE'; delete from user_group_permission where module_id = 'ORGANIZATION_WORKSPACE';
delete from user_group_permission where module_id = 'ORGANIZATION_USER';
delete from user_group_permission where module_id = 'SYSTEM_ORGANIZATION';
insert into system_parameter (param_key, param_value, type, sort) values ('project.jar.limit.size', 1, 'text', 1); insert into system_parameter (param_key, param_value, type, sort) values ('project.jar.limit.size', 1, 'text', 1);