Re-enable parent id backfill, use new backfill style

This commit is contained in:
Jake Moshenko 2015-11-06 15:45:39 -05:00
parent 9036ca2f2f
commit fd3f88f489
2 changed files with 24 additions and 30 deletions

View file

@ -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):