Select Git revision
migrate-to-3.5.sql
-
Ben Adida authored
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.
Ben Adida authoredignoring 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.
migrate-to-3.5.sql 221 B
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';