syncronized false
This commit is contained in:
parent
6de5810723
commit
d4e7d1b447
@ -78,7 +78,7 @@ import { MarcaModule } from './marca/marca.module';
|
||||
username: configService.get<string>('DB_USER'),
|
||||
password: configService.get<string>('DB_PASSWORD'),
|
||||
port: parseInt(configService.get<string>('DB_PORT')),
|
||||
synchronize: true,
|
||||
synchronize: false,
|
||||
entities: [
|
||||
Carrera,
|
||||
CarreraPrograma,
|
||||
|
Loading…
Reference in New Issue
Block a user