Re-enable parent id backfill, use new backfill style
This commit is contained in:
parent
9036ca2f2f
commit
fd3f88f489
2 changed files with 24 additions and 30 deletions
|
@ -11,8 +11,10 @@ revision = '22af01f81722'
|
|||
down_revision = '2827d36939e4'
|
||||
|
||||
from util.migrate.backfill_v1_checksums import backfill_checksums
|
||||
from util.migrate.backfill_parent_id import backfill_parent_id
|
||||
|
||||
def upgrade(tables):
|
||||
backfill_parent_id()
|
||||
backfill_checksums()
|
||||
|
||||
def downgrade(tables):
|
||||
|
|
Reference in a new issue