Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Dec 20, 2024
1 parent ca615fe commit c48cafa
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions moped-database/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5466,25 +5466,28 @@
- role: moped-admin
permission:
columns:
- date_added
- is_deleted
- workgroup_id
- workgroup_name
- date_added
filter: {}
allow_aggregations: true
- role: moped-editor
permission:
columns:
- date_added
- is_deleted
- workgroup_id
- workgroup_name
- date_added
filter: {}
allow_aggregations: true
- role: moped-viewer
permission:
columns:
- workgroup_name
- workgroup_id
- date_added
- is_deleted
- workgroup_id
- workgroup_name
filter: {}
allow_aggregations: true
- table:
Expand Down

0 comments on commit c48cafa

Please sign in to comment.