1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/21c69586390a/ changeset: 21c69586390a user: greg date: 2013-03-01 16:52:13 summary: Fix the level 16 database migration script for the tool shed. affected #: 1 file diff -r 12dc58f5831ef32aff9c69761a251476f567ef69 -r 21c69586390abeefde4a52560321b826473ad041 lib/galaxy/webapps/tool_shed/model/migrate/versions/0016_add_do_not_test_tools_functionally_correct_errors_columns.py --- a/lib/galaxy/webapps/tool_shed/model/migrate/versions/0016_add_do_not_test_tools_functionally_correct_errors_columns.py +++ b/lib/galaxy/webapps/tool_shed/model/migrate/versions/0016_add_do_not_test_tools_functionally_correct_errors_columns.py @@ -65,7 +65,6 @@ log.debug( "Adding time_last_tested column to the repository_metadata table failed: %s" % str( e ) ) c = Column( "tool_test_errors", JSONType, nullable=True ) try: - pass # Create tool_test_errors column c.create( RepositoryMetadata_table ) assert c is RepositoryMetadata_table.c.tool_test_errors 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.