Skip to content

Commit

Permalink
<fix>:<let counselor has all permission in mentor (#184)
Browse files Browse the repository at this point in the history
_time>

Co-authored-by: zou-y-t <[email protected]>
  • Loading branch information
zou-y-t and zou-y-t authored Jun 26, 2024
1 parent a0d9f0e commit ba77377
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3403,6 +3403,60 @@
- table:
name: mentor_time
schema: public
insert_permissions:
- role: counselor
permission:
check: {}
columns:
- activateIn
- end_A
- end_B
- end_C
- end_D
- end_E
- start_A
- start_B
- start_C
- start_D
- start_E
select_permissions:
- role: counselor
permission:
columns:
- activateIn
- end_A
- end_B
- end_C
- end_D
- end_E
- start_A
- start_B
- start_C
- start_D
- start_E
filter: {}
update_permissions:
- role: counselor
permission:
columns:
- start_A
- end_A
- start_B
- end_B
- start_C
- end_C
- start_D
- end_D
- start_E
- end_E
- activateIn
filter: {}
check: {}
delete_permissions:
- role: counselor
permission:
backend_only: false
filter: {}
- table:
name: postgraduate_application
schema: public
Expand Down

0 comments on commit ba77377

Please sign in to comment.