mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
IAM, package, luggage, app health, rate limit, and more
This commit is contained in:
@@ -33,6 +33,7 @@ const ds = new DataSource({
|
||||
|
||||
(async () => {
|
||||
await ds.initialize();
|
||||
await ds.query('CREATE SCHEMA IF NOT EXISTS iam');
|
||||
// The IAM migrations rely on uuid_generate_v4() but never CREATE the extension themselves.
|
||||
await ds.query('CREATE EXTENSION IF NOT EXISTS "uuid-ossp"');
|
||||
const applied = await ds.runMigrations({ transaction: 'each' });
|
||||
|
||||
Reference in New Issue
Block a user