Unverified Commit 3046e645 by Alex Dusenbery Committed by GitHub

Merge pull request #4165 from edx/aed/notifier-fake-migration

fake initial migration for notifier
parents 009b5ad0 1293880f
- Role: notifier
- Updated notifier Syncdb to do `migrate --fake-initial` instead of `syncdb`.
- Role: ecommerce
- This role is now dependent on the edx_django_service role. Settings are all the same, but nearly all of the tasks are performed by the edx_django_service role.
......
......@@ -98,7 +98,7 @@
- "install:configuration"
- name: Syncdb
shell: "{{ NOTIFIER_VENV_DIR }}/bin/python manage.py syncdb"
shell: "{{ NOTIFIER_VENV_DIR }}/bin/python manage.py migrate --fake-initial"
args:
chdir: "{{ NOTIFIER_CODE_DIR }}"
become: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment