Skip to content

Commit

Permalink
Allow cgimap to read issues and reports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 15, 2023
1 parent ad5d3e1 commit c672676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbooks/db/recipes/master.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"current_way_tags" => [:select, :insert, :delete],
"current_ways" => [:select, :insert, :update],
"current_ways_id_seq" => [:update],
"issues" => [:select],
"node_tags" => [:select, :insert],
"nodes" => [:select, :insert],
"oauth_access_grants" => [:select],
Expand All @@ -111,6 +112,7 @@
"relation_members" => [:select, :insert],
"relation_tags" => [:select, :insert],
"relations" => [:select, :insert],
"reports" => [:select],
"user_blocks" => [:select],
"user_roles" => [:select],
"users" => [:select],
Expand Down

0 comments on commit c672676

Please sign in to comment.