Skip to content

Instantly share code, notes, and snippets.

@sungmin-park
Created December 15, 2021 11:14
Show Gist options
  • Save sungmin-park/b27120fe1c3675a71eac47cddcda1530 to your computer and use it in GitHub Desktop.
Save sungmin-park/b27120fe1c3675a71eac47cddcda1530 to your computer and use it in GitHub Desktop.
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