Skip to content
Snippets Groups Projects
Commit c3838c46 authored by Ben Adida's avatar Ben Adida
Browse files

ignoring a few extra files and adding manual info for migrating to Helios 3.5:...

ignoring a few extra files and adding manual info for migrating to Helios 3.5: changed table names and update in the packages causes trouble for automatic upgrades.
parent d199fe00
Branches
Tags
No related merge requests found
......@@ -4,3 +4,4 @@ deploy-latest.sh
*~
media/*
venv
celerybeat-*
\ No newline at end of file
alter table auth_user rename to helios_auth_user;
drop table celery_taskmeta;
drop table celery_tasksetmeta;
drop table djkombu_message;
drop table djkombu_queue;
delete from south_migrationhistory where app_name='auth';
- direct DB changes
migrate-to-3.5.sql
- fake a migration
heroku run python manage.py migrate helios_auth --fake
- do the rest of the migrations
heroku run python manage.py migrate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment