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