programas
This commit is contained in:
@@ -29,7 +29,7 @@ const cargaMasiva = async (file) => {
|
||||
: {};
|
||||
let existeCarrito = await Carrito.findOne({
|
||||
where: {
|
||||
sobrenombre: equipos[i].carritoSobrenombre,
|
||||
idCarrito: equipos[i].carrito,
|
||||
idModulo: existeModulo.idModulo,
|
||||
},
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ Programa.init(
|
||||
autoIncrement: true,
|
||||
},
|
||||
programa: {
|
||||
type: DataTypes.STRING(15),
|
||||
type: DataTypes.STRING(20),
|
||||
allowNull: false,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user