Created
May 18, 2014 19:22
-
-
Save bcoe/12dad34b31f88f970902 to your computer and use it in GitHub Desktop.
re-create tables in psql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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