fix: iam migration

This commit is contained in:
Nathnael
2026-08-07 22:18:41 +00:00
parent d44c3f3a38
commit 7f1d8fa260

View File

@@ -158,7 +158,9 @@ export async function runAllMigrations(): Promise<void> {
(migration) => migration.name ?? migration.constructor.name,
);
await adoptLegacyHistory(iam, iamMigrationNames);
await runMigrations("iam", iam);
// IAM migrations are owned by @tria-plc/iamapi-common's own CLI, not the
// freight deploy — do not apply them here.
// await runMigrations("iam", iam);
} finally {
await iam.destroy();
}