From 4cf2647aca7f48cb52b6c71486699b231dfbb4fb Mon Sep 17 00:00:00 2001 From: pieterlukasse Date: Fri, 17 May 2024 14:15:37 +0200 Subject: [PATCH] Update src/main/resources/db/migration/postgresql/V2.15.0.20240515220400_atlas_global_share_permission.sql --- .../V2.15.0.20240515220400_atlas_global_share_permission.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 77a75325c..5650b504b 100644 --- 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 @@ -1,5 +1,5 @@ INSERT INTO ${ohdsiSchema}.sec_permission (value, description) values -('cohortdefinition:global:share:put', 'special permission (intended for admins) that allows the user to share any cohort with a "global reader role"') +('artifact:global:share:put', 'special permission (intended for admins) that allows the user to share any artifact with a "global reader role"') ;