added new EP

This commit is contained in:
2025-09-18 21:08:19 -06:00
15 changed files with 87 additions and 33 deletions
+1 -1
View File
@@ -93,6 +93,6 @@ export class Alumno {
@JoinColumn({ name: 'id_carrera' })
carrera: Carrera;
@OneToMany(() => AlumnoSancion, (alusancion) => alusancion.id_cuenta)
@OneToMany(() => AlumnoSancion, (alusancion) => alusancion.sancion)
sanciones: AlumnoSancion[];
}