From 9c730853535a17978c056126801efbde17d0a55e Mon Sep 17 00:00:00 2001 From: hided62 Date: Wed, 9 Sep 2026 23:05:39 +0000 Subject: [PATCH] =?UTF-8?q?=ED=98=84=EC=9E=AC=20=EB=B3=B5=EA=B5=AC=20migra?= =?UTF-8?q?tion=20=EA=B8=B0=EC=A4=80=EC=9C=BC=EB=A1=9C=20manifest=20?= =?UTF-8?q?=EA=B2=80=EC=A6=9D=20=EA=B8=B0=EB=8C=80=EA=B0=92=20=EA=B0=B1?= =?UTF-8?q?=EC=8B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gateway-api/test/releaseManifest.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gateway-api/test/releaseManifest.test.ts b/app/gateway-api/test/releaseManifest.test.ts index 85b0ec65..87d678aa 100644 --- a/app/gateway-api/test/releaseManifest.test.ts +++ b/app/gateway-api/test/releaseManifest.test.ts @@ -39,7 +39,7 @@ describe('readReleaseManifest', () => { await expect(readReleaseManifest(workspaceRoot)).resolves.toMatchObject({ controllerProtocol: RELEASE_CONTROLLER_PROTOCOL, gatewaySchemaHead: '20260825000000_add_bulk_release_batches', - gameSchemaHead: '20260906090000_add_turn_recovery_window', + gameSchemaHead: '20260907150000_wait_then_turn_recovery', }); });