Created
December 15, 2021 11:14
-
-
Save sungmin-park/b27120fe1c3675a71eac47cddcda1530 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 postgres; | |
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