Commit 340d9b79 by Fred Smith

Merge pull request #2034 from edx/derf/reenable_presupervisor_migration_checks

reenable presupervisor migration checks :shipit: 
parents f880c77f 1856b1e7
......@@ -14,9 +14,9 @@ MIGRATION_COMMANDS = {
'lms': "{python} {code_dir}/manage.py lms migrate --noinput --settings=aws --db-dry-run --merge",
'cms': "{python} {code_dir}/manage.py cms migrate --noinput --settings=aws --db-dry-run --merge",
'xqueue': "{python} {code_dir}/manage.py xqueue migrate --noinput --settings=aws --db-dry-run --merge",
# 'ecommerce': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list",
# 'insights': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list",
# 'analytics_api': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list"
'ecommerce': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list",
'insights': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list",
'analytics_api': ". {env_file}; {python} {code_dir}/manage.py migrate --noinput --list"
}
HIPCHAT_USER = "PreSupervisor"
......
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