1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c35433664129/ Changeset: c35433664129 User: davebgx Date: 2014-11-25 15:14:31+00:00 Summary: Fix error in migration stage 23. Affected #: 1 file diff -r 237bf9f39e6da44f99c291154892155b8847bd97 -r c35433664129cfcf07c39365350d2811b88c8a0f lib/galaxy/webapps/tool_shed/model/migrate/versions/0023_add_repository_url_and_hompeage_url.py --- a/lib/galaxy/webapps/tool_shed/model/migrate/versions/0023_add_repository_url_and_hompeage_url.py +++ b/lib/galaxy/webapps/tool_shed/model/migrate/versions/0023_add_repository_url_and_hompeage_url.py @@ -43,7 +43,7 @@ # Drop type column from repository table. Repository_table = Table( "repository", metadata, autoload=True ) try: - Repository_table.c..drop() + Repository_table.c.drop() Repository_table.c.homepage_url.drop() except Exception, e: print "Dropping columns remote_repository_url and homepage_url from the repository table failed: %s" % str( e ) 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.