fix: flyway 修改
This commit is contained in:
parent
8bc051a3ba
commit
51210f25d1
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue