Skip to content

Commit

Permalink
Update src/main/resources/db/migration/postgresql/V2.15.0.20240515220…
Browse files Browse the repository at this point in the history
…400_atlas_global_share_permission.sql
  • Loading branch information
pieterlukasse committed May 17, 2024
1 parent c8119b6 commit 4cf2647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"')
;

0 comments on commit 4cf2647

Please sign in to comment.