Add SQL script for dropping all tables
This commit is contained in:
parent
c40aab9ecb
commit
5ea896d52b
4
drop_all_tables.sql
Normal file
4
drop_all_tables.sql
Normal file
@ -0,0 +1,4 @@
|
||||
DROP SCHEMA public CASCADE;
|
||||
CREATE SCHEMA public;
|
||||
GRANT ALL ON SCHEMA public TO postgres;
|
||||
GRANT ALL ON SCHEMA public TO public;
|
Reference in New Issue
Block a user