1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/0c42ee613365/ changeset: 0c42ee613365 user: jgoecks date: 2013-01-29 20:34:42 summary: Documentation fix. affected #: 1 file diff -r a14006775b085be19454aa6d47655a6ebb68c8a1 -r 0c42ee613365a48220925982a67ee37e82bf66ff lib/galaxy/model/migrate/versions/0110_add_dataset_uuid.py --- a/lib/galaxy/model/migrate/versions/0110_add_dataset_uuid.py +++ b/lib/galaxy/model/migrate/versions/0110_add_dataset_uuid.py @@ -39,7 +39,7 @@ def downgrade(): metadata.reflect() - # Drop the Job table's exit_code column. + # Drop the dataset table's uuid column. try: dataset_table = Table( "dataset", metadata, autoload=True ) dataset_uuid = dataset_table.c.uuid 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.