expandir tamaño programa

This commit is contained in:
2021-01-28 19:25:09 -06:00
parent 6dee979bcf
commit 1f1511d0ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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} .`);
});
// }
}
+1 -1
View File
@@ -71,7 +71,7 @@ Servicio.init(
defaultValue: null,
},
programaInterno: {
type: DataTypes.STRING(150),
type: DataTypes.STRING(250),
allowNull: true,
defaultValue: null,
},