From 51210f25d17516b3294ce61f7dbf0455f6491ba2 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 22 Oct 2021 13:57:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20flyway=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V97__v1.14_release.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/main/resources/db/migration/V97__v1.14_release.sql b/backend/src/main/resources/db/migration/V97__v1.14_release.sql index 7fb2a81653..c919bfdbb2 100644 --- a/backend/src/main/resources/db/migration/V97__v1.14_release.sql +++ b/backend/src/main/resources/db/migration/V97__v1.14_release.sql @@ -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);