Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created May 18, 2014 19:22
Show Gist options
  • Select an option

  • Save bcoe/12dad34b31f88f970902 to your computer and use it in GitHub Desktop.

Select an option

Save bcoe/12dad34b31f88f970902 to your computer and use it in GitHub Desktop.
re-create tables in psql
drop schema public cascade;
create schema public;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment