commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0a06df7da177/ Changeset: 0a06df7da177 Branch: stable User: chapmanb Date: 2013-07-02 02:24:07 Summary: Add new engine parameter to downgrade function for 0112 Affected #: 1 file diff -r 64bc5a64b19ea3161f95e74702cc1d44fb50e4e3 -r 0a06df7da177a204c7f3800ee39e5b9fd0956d7a lib/galaxy/model/migrate/versions/0112_add_data_manager_history_association_and_data_manager_job_association_tables.py --- a/lib/galaxy/model/migrate/versions/0112_add_data_manager_history_association_and_data_manager_job_association_tables.py +++ b/lib/galaxy/model/migrate/versions/0112_add_data_manager_history_association_and_data_manager_job_association_tables.py @@ -54,7 +54,7 @@ log.debug( "Creating data_manager_job_association table failed: %s" % str( e ) ) -def downgrade(): +def downgrade(migrate_engine): metadata.bind = migrate_engine metadata.reflect() try: https://bitbucket.org/galaxy/galaxy-central/commits/8bf64d933704/ Changeset: 8bf64d933704 User: chapmanb Date: 2013-07-02 02:24:07 Summary: Add new engine parameter to downgrade function for 0112 Affected #: 1 file diff -r c7a07f350887fe3b4e822ba6b26b63ac3ac14bdf -r 8bf64d93370436a9f5e55b6c04990a382f63b3b9 lib/galaxy/model/migrate/versions/0112_add_data_manager_history_association_and_data_manager_job_association_tables.py --- a/lib/galaxy/model/migrate/versions/0112_add_data_manager_history_association_and_data_manager_job_association_tables.py +++ b/lib/galaxy/model/migrate/versions/0112_add_data_manager_history_association_and_data_manager_job_association_tables.py @@ -54,7 +54,7 @@ log.debug( "Creating data_manager_job_association table failed: %s" % str( e ) ) -def downgrade(): +def downgrade(migrate_engine): metadata.bind = migrate_engine metadata.reflect() try: 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.
participants (1)
-
commits-noreply@bitbucket.org