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