Insertamos datos a la tabla del SAT

This commit is contained in:
Andres2908
2022-03-04 01:05:26 -06:00
parent 1fe9d21329
commit 2d7cf996d2
3 changed files with 12 additions and 14 deletions
-8
View File
@@ -84,12 +84,4 @@ Inscripcion.belongsTo(Area, {
},
});
// Inscripcion.belongsTo(FechaInscripcion, {
// foreignKey: {
// name: 'idFechaInscripcion',
// type: DataTypes.INTEGER,
// allowNull: false,
// },
// });
module.exports = Inscripcion;