Skip to content

Commit

Permalink
Remove the organization_annotation_types table which is replaced by…
Browse files Browse the repository at this point in the history
… counts

This has a more capable table which includes the same things but also
broken down by role. We don't need both.
  • Loading branch information
Jon Betts committed Jul 5, 2023
1 parent a5cd43f commit f469896
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
GRANT SELECT ON report.group_roles TO "{{fdw_user}}";
GRANT SELECT ON report.organization_activity TO "{{fdw_user}}";
GRANT SELECT ON report.organization_annotation_counts TO "{{fdw_user}}";
GRANT SELECT ON report.organization_annotation_types TO "{{fdw_user}}";
GRANT SELECT ON report.organization_assignments TO "{{fdw_user}}";
GRANT SELECT ON report.organization_roles TO "{{fdw_user}}";
GRANT SELECT ON report.users TO "{{fdw_user}}";
Expand Down

0 comments on commit f469896

Please sign in to comment.