fix(migration): Profile 권한 이관 순서 정합화

This commit is contained in:
2026-08-17 16:13:25 +00:00
parent 449a979685
commit 258d333539
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ describe('readReleaseManifest', () => {
await expect(readReleaseManifest(workspaceRoot)).resolves.toMatchObject({ await expect(readReleaseManifest(workspaceRoot)).resolves.toMatchObject({
controllerProtocol: RELEASE_CONTROLLER_PROTOCOL, controllerProtocol: RELEASE_CONTROLLER_PROTOCOL,
gatewaySchemaHead: '20260817001000_remove_profile_manage_capability', gatewaySchemaHead: '20260817002000_remove_profile_manage_capability',
gameSchemaHead: '20260817001000_add_dedicated_legacy_archive', gameSchemaHead: '20260817001000_add_dedicated_legacy_archive',
}); });
}); });
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"formatVersion": 1, "formatVersion": 1,
"controllerProtocol": 2, "controllerProtocol": 2,
"gatewaySchemaHead": "20260817001000_remove_profile_manage_capability", "gatewaySchemaHead": "20260817002000_remove_profile_manage_capability",
"gameSchemaHead": "20260817001000_add_dedicated_legacy_archive", "gameSchemaHead": "20260817001000_add_dedicated_legacy_archive",
"components": ["gateway-api", "gateway-frontend", "release-controller", "game-api", "game-engine", "game-frontend"] "components": ["gateway-api", "gateway-frontend", "release-controller", "game-api", "game-engine", "game-frontend"]
} }