Skip to content

Instantly share code, notes, and snippets.

@DEKHTIARJonathan
Created November 20, 2016 15:11
Show Gist options
  • Save DEKHTIARJonathan/62b496ac0482eb7bb4ae3ef377ee78dd to your computer and use it in GitHub Desktop.
Save DEKHTIARJonathan/62b496ac0482eb7bb4ae3ef377ee78dd to your computer and use it in GitHub Desktop.
Reset a PostgreSQL Database
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