Skip to content

Instantly share code, notes, and snippets.

@AlexanderMint
Created December 28, 2016 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexanderMint/bffc8bfe3291b3d74879b53bc6abda74 to your computer and use it in GitHub Desktop.
Save AlexanderMint/bffc8bfe3291b3d74879b53bc6abda74 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;
GRANT ALL ON SCHEMA public TO deployer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment