diff --git a/src/main/resources/db/migration/postgresql/V2.15.0.20240515220400_atlas_global_share_permission.sql b/src/main/resources/db/migration/postgresql/V2.15.0.20240515220400_atlas_global_share_permission.sql deleted file mode 100644 index 5650b504b..000000000 --- a/src/main/resources/db/migration/postgresql/V2.15.0.20240515220400_atlas_global_share_permission.sql +++ /dev/null @@ -1,5 +0,0 @@ -INSERT INTO ${ohdsiSchema}.sec_permission -(value, description) -values -('artifact:global:share:put', 'special permission (intended for admins) that allows the user to share any artifact with a "global reader role"') -;