Merge pull request #451 from trouble/feature/timestamps-default-true

timestamps default to true for collections
This commit is contained in:
Dan Ribbens
2020-11-17 08:53:14 -05:00
committed by GitHub

View File

@@ -148,7 +148,8 @@
},
"timestamps": {
"type": "boolean",
"description": "Adds createdAt and updatedAt fields for the collection"
"description": "Adds createdAt and updatedAt fields for the collection",
"default": true
}
}
}