new Ep
This commit is contained in:
@@ -38,6 +38,7 @@ import { Programa } from './programa/entities/programa.entity';
|
||||
import { ProgramaEquipoModule } from './programa_equipo/programa_equipo.module';
|
||||
import { ProgramaEquipo } from './programa_equipo/entities/programa_equipo.entity';
|
||||
import { BitacoraMesaModule } from './bitacora_mesa/bitacora_mesa.module';
|
||||
import { BitacoraMesa } from './bitacora_mesa/entities/bitacora_mesa.entity';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -72,6 +73,7 @@ import { BitacoraMesaModule } from './bitacora_mesa/bitacora_mesa.module';
|
||||
AreaUbicacion,
|
||||
Programa,
|
||||
ProgramaEquipo,
|
||||
BitacoraMesa,
|
||||
],
|
||||
synchronize: false, //Never change to true in production!
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user