Merge pull request #1171 from Tria-plc/dev

to staging
This commit is contained in:
Nathnael Wondisha
2026-08-08 01:20:15 +03:00
committed by GitHub

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();
}