diff --git a/src/db/bootstrap.test.ts b/src/db/bootstrap.test.ts index 82e3810..6b9e7f9 100644 --- a/src/db/bootstrap.test.ts +++ b/src/db/bootstrap.test.ts @@ -44,6 +44,7 @@ function getExpectedSchemaMigrations(): Array<{ { version: 17, name: 'scheduled_task_room_role' }, { version: 18, name: 'paired_turn_output_attachments' }, { version: 19, name: 'turn_progress_text_recovery' }, + { version: 20, name: 'arbiter_intervention_count' }, ]; }