diff --git a/src/app.module.ts b/src/app.module.ts index 7e66d55..fb98f5f 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -78,7 +78,7 @@ import { MarcaModule } from './marca/marca.module'; username: configService.get('DB_USER'), password: configService.get('DB_PASSWORD'), port: parseInt(configService.get('DB_PORT')), - synchronize: true, + synchronize: false, entities: [ Carrera, CarreraPrograma,