expandir tamaño programa
This commit is contained in:
@@ -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} .`);
|
||||
});
|
||||
// }
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ Servicio.init(
|
||||
defaultValue: null,
|
||||
},
|
||||
programaInterno: {
|
||||
type: DataTypes.STRING(150),
|
||||
type: DataTypes.STRING(250),
|
||||
allowNull: true,
|
||||
defaultValue: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user