diff --git a/src/app.module.ts b/src/app.module.ts index a6673bb..f77dc54 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -45,7 +45,7 @@ import { MulterModule } from '@nestjs/platform-express'; password: configService.get('database.password'), database: configService.get('database.name'), entities: [], - synchronize: true, + synchronize: false, autoLoadEntities: true, logging: true, namingStrategy: new SnakeNamingStrategy(),