From 672a5e82fd820044a16f482d20a883aea1c7ea2b Mon Sep 17 00:00:00 2001 From: IO Date: Mon, 29 Jul 2024 19:27:28 -0600 Subject: [PATCH] si funciona no le muevas --- .../entities/lineas_investigacion.entity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lineas_investigacion/entities/lineas_investigacion.entity.ts b/src/lineas_investigacion/entities/lineas_investigacion.entity.ts index e99af62..80d5cfa 100644 --- a/src/lineas_investigacion/entities/lineas_investigacion.entity.ts +++ b/src/lineas_investigacion/entities/lineas_investigacion.entity.ts @@ -4,7 +4,7 @@ import { Profesor } from "../../Profesor/entities/profesor.entity"; @Entity({ name: 'lineas_investigacion' }) export class LineasInvestigacion { - @PrimaryGeneratedColumn({ name: 'PK_lineas_investigacion' }) + @PrimaryGeneratedColumn() id_linea_inv: number; @Column({ type: 'int', nullable: false })