Fixing migration name. webm not wemb :)
This commit is contained in:
parent
f6497ce572
commit
f397ef118f
@ -34,7 +34,7 @@ def add_orig_metadata_column(db_conn):
|
|||||||
|
|
||||||
|
|
||||||
@RegisterMigration(2, MIGRATIONS)
|
@RegisterMigration(2, MIGRATIONS)
|
||||||
def webm_640_to_wemb_video(db):
|
def webm_640_to_webm_video(db):
|
||||||
metadata = MetaData(bind=db.bind)
|
metadata = MetaData(bind=db.bind)
|
||||||
|
|
||||||
file_keynames = inspect_table(metadata, 'core__file_keynames')
|
file_keynames = inspect_table(metadata, 'core__file_keynames')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user