fechas en db

This commit is contained in:
2020-11-23 11:03:30 -06:00
parent 7973212dbb
commit 9ab36e414b
9 changed files with 37 additions and 16 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ Servicio.init(
sequelize,
modelName: 'Servicio',
tableName: 'servicio',
timestamps: false,
timestamps: true,
}
);