Skip to content

Instantly share code, notes, and snippets.

@mapaiva
Created May 24, 2018 11:28
Show Gist options
  • Save mapaiva/fc05953ea6da8eaeab25bb959bd7862c to your computer and use it in GitHub Desktop.
Save mapaiva/fc05953ea6da8eaeab25bb959bd7862c to your computer and use it in GitHub Desktop.
Delete all tables postgres
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