Created
July 31, 2013 10:44
-
-
Save DrMartiner/6121065 to your computer and use it in GitHub Desktop.
Test the migration on PostgreSQL
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
psql -c "drop database dbName"; psql -c "create database dbName;"; ./manage.py syncdb; ./manage.py migrate; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment