Insertamos datos a la tabla del SAT
This commit is contained in:
@@ -84,12 +84,4 @@ Inscripcion.belongsTo(Area, {
|
||||
},
|
||||
});
|
||||
|
||||
// Inscripcion.belongsTo(FechaInscripcion, {
|
||||
// foreignKey: {
|
||||
// name: 'idFechaInscripcion',
|
||||
// type: DataTypes.INTEGER,
|
||||
// allowNull: false,
|
||||
// },
|
||||
// });
|
||||
|
||||
module.exports = Inscripcion;
|
||||
|
||||
Reference in New Issue
Block a user