fix: flyway 修改

This commit is contained in:
CaptainB 2021-10-22 13:57:25 +08:00 committed by 刘瑞斌
parent c6779f7a96
commit 634b638315
1 changed files with 2 additions and 0 deletions
backend/src/main/resources/db/migration

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_GROUP';
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);