fix(migration): Profile 권한 이관 순서 정합화
This commit is contained in:
@@ -38,7 +38,7 @@ describe('readReleaseManifest', () => {
|
||||
|
||||
await expect(readReleaseManifest(workspaceRoot)).resolves.toMatchObject({
|
||||
controllerProtocol: RELEASE_CONTROLLER_PROTOCOL,
|
||||
gatewaySchemaHead: '20260817001000_remove_profile_manage_capability',
|
||||
gatewaySchemaHead: '20260817002000_remove_profile_manage_capability',
|
||||
gameSchemaHead: '20260817001000_add_dedicated_legacy_archive',
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user