Agregar funcionalidad para agregar almacenamiento en la base de cedetec de T&L

This commit is contained in:
santiago
2025-07-30 14:16:14 -06:00
parent a5da262469
commit 5c68472a85
7 changed files with 71 additions and 31 deletions
+1
View File
@@ -75,6 +75,7 @@ import { Almacenamiento } from './entities/almacenamiento.entity';
username: configService.get('DB_USER'),
password: configService.get('DB_PASSWORD'),
database: configService.get('DB_NAME'),
synchronize: true,
entities: [
Evento,
Participante,