do-schema-change: Run syncdb without input

(imported from commit f27142bda30df50207071291b287f837621cf76b)
This commit is contained in:
Keegan McAllister 2012-10-04 11:02:51 -04:00
parent 2c7c378fde
commit 8d7b598939
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
echo "drop database humbug; create database humbug DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;" | mysql
python manage.py syncdb
python manage.py syncdb --noinput
python manage.py populate_db --replay-old-zephyrs -n0