Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1160 from johngian/reset-celery-migrations
Browse files Browse the repository at this point in the history
Reset djcelery migrations.
  • Loading branch information
johngian committed May 20, 2016
2 parents 8baa39e + cc16b84 commit 5ddd955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def update_db(ctx):
"""
with ctx.lcd(settings.SRC_DIR):
ctx.local('python manage.py migrate --list')
ctx.local('python manage.py migrate --fake-initial --noinput')
ctx.local('python manage.py migrate djcelery zero --noinput')
ctx.local('python manage.py migrate djcelery --noinput')


@task
Expand Down

0 comments on commit 5ddd955

Please sign in to comment.