From df97c7a2049df45802d933b67c17e95e607a40e5 Mon Sep 17 00:00:00 2001 From: lemuel Date: Mon, 1 Aug 2022 13:47:32 -0500 Subject: [PATCH] algo --- src/institucion/entity/institucion.entity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/institucion/entity/institucion.entity.ts b/src/institucion/entity/institucion.entity.ts index a5658c3..18bb861 100644 --- a/src/institucion/entity/institucion.entity.ts +++ b/src/institucion/entity/institucion.entity.ts @@ -37,7 +37,7 @@ export class Institucion { @Column({ type: String, nullable: true, length: 60 }) logo: string; - @Column({ type: String, nullable: true, length: 40 }) + @Column({ type: String, nullable: true, length: 60 }) responsable: string; @Column({ type: String, nullable: true, length: 10 })