Skip to content

Instantly share code, notes, and snippets.

@icu0755
Last active December 17, 2015 10:46
Show Gist options
  • Save icu0755/1b954963ae5063931e63 to your computer and use it in GitHub Desktop.
Save icu0755/1b954963ae5063931e63 to your computer and use it in GitHub Desktop.
drop schema public cascade;
create schema public;
alter schema public owner to <user>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment