mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 22:25:42 +00:00
@@ -158,7 +158,9 @@ export async function runAllMigrations(): Promise<void> {
|
|||||||
(migration) => migration.name ?? migration.constructor.name,
|
(migration) => migration.name ?? migration.constructor.name,
|
||||||
);
|
);
|
||||||
await adoptLegacyHistory(iam, iamMigrationNames);
|
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 {
|
} finally {
|
||||||
await iam.destroy();
|
await iam.destroy();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user