mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Merge pull request #1170 from Tria-plc/freight/nati-2
fix: iam migration
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user