mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Django 1.7: syncdb and migrate are now synonyms
(imported from commit b8a1b2476892bab2418240b04deea6aa40ff1b03)
This commit is contained in:
@@ -11,8 +11,7 @@ EOF
|
||||
|
||||
python manage.py checkconfig
|
||||
|
||||
python manage.py syncdb --noinput
|
||||
python manage.py migrate
|
||||
python manage.py migrate --noinput
|
||||
python manage.py createcachetable third_party_api_results
|
||||
python manage.py initialize_enterprise_db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user