Fixing migration name. webm not wemb :)

This commit is contained in:
Christopher Allan Webber 2013-08-21 14:19:11 -05:00
parent f6497ce572
commit f397ef118f

View File

@ -34,7 +34,7 @@ def add_orig_metadata_column(db_conn):
@RegisterMigration(2, MIGRATIONS)
def webm_640_to_wemb_video(db):
def webm_640_to_webm_video(db):
metadata = MetaData(bind=db.bind)
file_keynames = inspect_table(metadata, 'core__file_keynames')