Fix privileges in drop_all_tables.sql
This commit is contained in:
parent
135e9b7f76
commit
12a0ab5a37
@ -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