Created
May 24, 2018 11:28
-
-
Save mapaiva/fc05953ea6da8eaeab25bb959bd7862c to your computer and use it in GitHub Desktop.
Delete all tables postgres
This file contains 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
BEGIN; | |
DROP SCHEMA public CASCADE; | |
CREATE SCHEMA public; | |
COMMIT; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment