added new table costo
This commit is contained in:
+5
-1
@@ -43,6 +43,8 @@ import { BitacoraModule } from './bitacora/bitacora.module';
|
||||
import { Bitacora } from './bitacora/entities/bitacora.entity';
|
||||
import { MensajeModule } from './mensaje/mensaje.module';
|
||||
import { Mensaje } from './mensaje/entities/mensaje.entity';
|
||||
import { CostoModule } from './costo/costo.module';
|
||||
import { Costo } from './costo/entities/costo.entity';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -79,7 +81,8 @@ import { Mensaje } from './mensaje/entities/mensaje.entity';
|
||||
ProgramaEquipo,
|
||||
BitacoraMesa,
|
||||
Bitacora,
|
||||
Mensaje
|
||||
Mensaje,
|
||||
Costo,
|
||||
],
|
||||
synchronize: false, //Never change to true in production!
|
||||
}),
|
||||
@@ -103,6 +106,7 @@ import { Mensaje } from './mensaje/entities/mensaje.entity';
|
||||
BitacoraMesaModule,
|
||||
BitacoraModule,
|
||||
MensajeModule,
|
||||
CostoModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [AppService],
|
||||
|
||||
Reference in New Issue
Block a user