- Permissions table (probably I'll change for others uses)

- Added CDateTime component (to save in the db)... in the component CGridTableRec and for CEventsCalendar
This commit is contained in:
Paolo Arena
2019-10-28 16:01:28 +01:00
parent 5307c04151
commit 93ccc73517
7 changed files with 142 additions and 11 deletions

View File

@@ -13,6 +13,9 @@ mongoose.plugin(schema => {
});
const WhereSchema = new Schema({
_id: {
type: mongoose.Schema.Types.ObjectId
},
idapp: {
type: String,
},