From 1f1511d0aeef04548ffd7924c2afb8b354935413 Mon Sep 17 00:00:00 2001 From: Lemuel Marquez Date: Thu, 28 Jan 2021 19:25:09 -0600 Subject: [PATCH] =?UTF-8?q?expandir=20tama=C3=B1o=20programa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/db/hotfiexes.js | 2 +- server/db/tablas/Servicio.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/db/hotfiexes.js b/server/db/hotfiexes.js index 7821f9d..7140762 100644 --- a/server/db/hotfiexes.js +++ b/server/db/hotfiexes.js @@ -66,7 +66,7 @@ const corregir = async () => { { idStatus: 3 }, { where: { idServicio: res[i].idServicio } } ).then((res2) => { - console.log(`Se actualizo el servicio con id ${res[i]} .`); + console.log(`Se actualizo el servicio con id ${res[i].idServicio} .`); }); // } } diff --git a/server/db/tablas/Servicio.js b/server/db/tablas/Servicio.js index 2a24c8a..8f15889 100644 --- a/server/db/tablas/Servicio.js +++ b/server/db/tablas/Servicio.js @@ -71,7 +71,7 @@ Servicio.init( defaultValue: null, }, programaInterno: { - type: DataTypes.STRING(150), + type: DataTypes.STRING(250), allowNull: true, defaultValue: null, },