Merge branch 'development' into 'devops-staging'
fix: turn off sync See merge request empatnusabangsa/ppob/ppob-backend!221
This commit is contained in:
commit
f57ae48811
|
@ -45,7 +45,7 @@ import { MulterModule } from '@nestjs/platform-express';
|
|||
password: configService.get<string>('database.password'),
|
||||
database: configService.get<string>('database.name'),
|
||||
entities: [],
|
||||
synchronize: true,
|
||||
synchronize: false,
|
||||
autoLoadEntities: true,
|
||||
logging: true,
|
||||
namingStrategy: new SnakeNamingStrategy(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user