Merge "Fix column variable typo"

This commit is contained in:
Jenkins 2012-08-27 16:43:59 +00:00 committed by Gerrit Code Review
commit de8335ff8f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def downgrade(migrate_engine):
where(volumes.c.id == v['id']).\
values(attach_string=attach_time).execute()
except Exception:
attach_datetime.drop()
attach_string.drop()
raise
old_attachtime.alter(name='attach_time_old')