mm en min

This commit is contained in:
xXpuma99Xx
2022-01-28 10:44:02 -06:00
parent f32ce95a55
commit f0cd2fa0b2
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ Equipo.belongsTo(Status, {
name: 'idStatus',
type: DataTypes.INTEGER,
allowNull: false,
defaultValue: 3,
defaultValue: 4,
},
});