mirror of https://github.com/zulip/zulip.git
do-schema-change: Run syncdb without input
(imported from commit f27142bda30df50207071291b287f837621cf76b)
This commit is contained in:
parent
2c7c378fde
commit
8d7b598939
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue