Skip to content

Instantly share code, notes, and snippets.

@sanjaykrishnan
Last active October 24, 2019 06:36
Show Gist options
  • Save sanjaykrishnan/dcec4d66c11a262ec0b7f397627d8b78 to your computer and use it in GitHub Desktop.
Save sanjaykrishnan/dcec4d66c11a262ec0b7f397627d8b78 to your computer and use it in GitHub Desktop.
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