Add old includes
This commit is contained in:
8
helper/20-grant-all-read.sql
Normal file
8
helper/20-grant-all-read.sql
Normal file
@ -0,0 +1,8 @@
|
||||
--
|
||||
-- Grant read to all users
|
||||
--
|
||||
--
|
||||
|
||||
\ir 10-revoke-all.sql
|
||||
GRANT SELECT ON :schema.:table TO :all_users;
|
||||
|
||||
Reference in New Issue
Block a user