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