Fix privileges in drop_all_tables.sql
This commit is contained in:
parent
05822cf13d
commit
34d4a15fb1
@ -1,4 +1,5 @@
|
||||
DROP SCHEMA public CASCADE;
|
||||
CREATE SCHEMA public;
|
||||
GRANT ALL ON SCHEMA public TO postgres;
|
||||
GRANT ALL ON SCHEMA public TO envoy;
|
||||
GRANT ALL ON SCHEMA public TO public;
|
Reference in New Issue
Block a user