1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f6e5390c8300/ Changeset: f6e5390c8300 User: dannon Date: 2015-01-21 23:22:58+00:00 Summary: Fix workflow step tracking migration downgrade -- previously blew up because there are no TABLES Affected #: 1 file diff -r 21e33d438d07b3a91013f7803772ca0f19baadfc -r f6e5390c830084b629ec1a5efb95fe29fff03ceb lib/galaxy/model/migrate/versions/0125_workflow_step_tracking.py --- a/lib/galaxy/model/migrate/versions/0125_workflow_step_tracking.py +++ b/lib/galaxy/model/migrate/versions/0125_workflow_step_tracking.py @@ -31,9 +31,6 @@ metadata.bind = migrate_engine metadata.reflect() - for table in TABLES: - __drop(table) - __drop_column( "label", "workflow_step", metadata ) __drop_column( "uuid", "workflow_step", metadata ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.