Skip to content

Commit

Permalink
Merge pull request #1349 from cityofaustin/15103_expand_cr3_export_pe…
Browse files Browse the repository at this point in the history
…rmissions

expands cr3 export permissions
  • Loading branch information
patrickm02L authored Jan 26, 2024
2 parents 68764c2 + a64d669 commit 81f0db8
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ array_relationships:
table:
name: recommendations_partners
schema: public
select_permissions:
- role: editor
permission:
columns:
- coord_partner_desc
- id
filter: {}
comment: ""
- role: readonly
permission:
columns:
- coord_partner_desc
- id
filter: {}
comment: ""
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
table:
name: atd__mode_category_lkp
schema: public
select_permissions:
- role: editor
permission:
columns:
- atd_mode_category_desc
- atd_mode_category_mode_name
- id
filter: {}
comment: ""
- role: readonly
permission:
columns:
- atd_mode_category_desc
- atd_mode_category_mode_name
- id
filter: {}
comment: ""
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ array_relationships:
table:
name: recommendations
schema: public
select_permissions:
- role: editor
permission:
columns:
- id
- rec_status_desc
filter: {}
comment: ""
- role: readonly
permission:
columns:
- id
- rec_status_desc
filter: {}
comment: ""

0 comments on commit 81f0db8

Please sign in to comment.