Skip to content

Commit

Permalink
sql preparation for major update
Browse files Browse the repository at this point in the history
  • Loading branch information
codecivil committed Jun 20, 2022
1 parent ec83448 commit f2e8fba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nightly/sql/v1.7.3.diff.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- allow access to subtablemachine field for everyone
GRANT SELECT (subtablemachine) ON OS_TABLES LIKE '%_permissions' TO OS_ROLES LIKE '%';

-- implement identifiers
ALTER TABLE os_tables ADD COLUMN identifiers TEXT DEFAULT NULL;

0 comments on commit f2e8fba

Please sign in to comment.