Skip to content

Commit

Permalink
Add migration to backfill user.pubid column
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomilov committed Jan 14, 2025
1 parent 18a0f05 commit d4848d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/migrations/versions/f32200e2e496_backfill_user_pubid.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def upgrade():
set_user_pubids(users, pubids)
session.commit()
count += batch_count
logger.info("Backfilled %d user.pubid's", count)
logger.info("Back-filled %d user.pubid's", count)


def downgrade():
Expand Down

0 comments on commit d4848d3

Please sign in to comment.