diff --git a/src/app.module.ts b/src/app.module.ts index 55e523d..91239fe 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -23,7 +23,7 @@ import { Photo } from './global/entities/photo.entity'; password: configService.get('DATABASE_PASSWORD'), database: configService.get('DATABASE_DBNAME'), entities: [Feedback, Photo], - synchronize: true, + synchronize: false, }; }, }),