Removing migrations from nestjs code and relying on typeorcli
This commit is contained in:
parent
4f15521afe
commit
582f79eb27
1 changed files with 1 additions and 6 deletions
|
|
@ -23,12 +23,7 @@ import { RunnerModule } from './runner/module'
|
||||||
'DATABASE',
|
'DATABASE',
|
||||||
resolve('./db/autobaan_db'),
|
resolve('./db/autobaan_db'),
|
||||||
),
|
),
|
||||||
migrations: [
|
migrations: [],
|
||||||
configService.get<string>(
|
|
||||||
'DATABASE_MIGRATIONS',
|
|
||||||
resolve('./database/migrations/*.ts'),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
autoLoadEntities: true,
|
autoLoadEntities: true,
|
||||||
logging: true,
|
logging: true,
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue