Skip to content

Commit

Permalink
Allow users to insert Plan descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythicaeda committed Sep 28, 2023
1 parent bdf15b5 commit 44a63ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ select_permissions:
insert_permissions:
- role: aerie_admin
permission:
columns: [name, duration, model_id, parent_id, start_time]
columns: [name, duration, model_id, parent_id, start_time, description]
check: {}
set:
owner: "x-hasura-user-id"
updated_by: "x-hasura-user-id"
- role: user
permission:
columns: [name, duration, model_id, parent_id, start_time]
columns: [name, duration, model_id, parent_id, start_time, description]
check: {}
set:
owner: "x-hasura-user-id"
Expand Down

0 comments on commit 44a63ce

Please sign in to comment.