Last active
October 24, 2019 06:36
-
-
Save sanjaykrishnan/dcec4d66c11a262ec0b7f397627d8b78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP SCHEMA public CASCADE; | |
CREATE SCHEMA public; | |
GRANT ALL ON SCHEMA public TO db_user; | |
GRANT ALL ON SCHEMA public TO public; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment