Skip to content

Commit

Permalink
feat: new flyway script to add the new global share permission to sec…
Browse files Browse the repository at this point in the history
…_permission
  • Loading branch information
pieterlukasse committed May 16, 2024
1 parent 6a43da5 commit c8119b6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +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"')
;

0 comments on commit c8119b6

Please sign in to comment.