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',
|
||||
resolve('./db/autobaan_db'),
|
||||
),
|
||||
migrations: [
|
||||
configService.get<string>(
|
||||
'DATABASE_MIGRATIONS',
|
||||
resolve('./database/migrations/*.ts'),
|
||||
),
|
||||
],
|
||||
migrations: [],
|
||||
autoLoadEntities: true,
|
||||
logging: true,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue