Add old includes
This commit is contained in:
8
helper/33-grant-inserter-updater.sql
Normal file
8
helper/33-grant-inserter-updater.sql
Normal file
@ -0,0 +1,8 @@
|
||||
--
|
||||
-- Grant insert to inserter
|
||||
--
|
||||
|
||||
\ir 10-revoke-all.sql
|
||||
GRANT INSERT ON :schema.:table TO :default_inserter;
|
||||
GRANT UPDATE ON :schema.:table TO :default_updater;
|
||||
|
||||
Reference in New Issue
Block a user