From cfcf57c877e0f6a07aa9dccbab39a8be3a95ed54 Mon Sep 17 00:00:00 2001 From: hided62 Date: Sun, 16 Aug 2026 18:57:54 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20release=20manifest=EC=97=90=20=EB=B3=80?= =?UTF-8?q?=ED=99=94=20=EC=A0=80=EB=84=90=20migration=20head=EB=A5=BC=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gateway-api/test/releaseManifest.test.ts | 2 +- release-manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gateway-api/test/releaseManifest.test.ts b/app/gateway-api/test/releaseManifest.test.ts index 5f80a1e1..b707a5d7 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: '20260813000000_split_gateway_profile_identity', - gameSchemaHead: '20260803000000_add_logical_game_clock', + gameSchemaHead: '20260816000000_add_read_model_change_journal', }); }); diff --git a/release-manifest.json b/release-manifest.json index 52c5b9b3..e5fda16b 100644 --- a/release-manifest.json +++ b/release-manifest.json @@ -2,6 +2,6 @@ "formatVersion": 1, "controllerProtocol": 2, "gatewaySchemaHead": "20260813000000_split_gateway_profile_identity", - "gameSchemaHead": "20260803000000_add_logical_game_clock", + "gameSchemaHead": "20260816000000_add_read_model_change_journal", "components": ["gateway-api", "gateway-frontend", "release-controller", "game-api", "game-engine", "game-frontend"] }