Skip to content

Commit

Permalink
async migrations count of queries 4->5
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jan 3, 2024
1 parent 96c904b commit e2eb02a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_completes_successfully(self):
self.assertTrue(run_migration())

# create table + 3 move operations
self.assertEqual(len(MIGRATION_DEFINITION.operations), 4)
self.assertEqual(len(MIGRATION_DEFINITION.operations), 5)

self.assertTrue(
"ALTER TABLE sharded_events MOVE PARTITION '190001' TO TABLE events_backup"
Expand Down

0 comments on commit e2eb02a

Please sign in to comment.