fix: versions error on cosmos db

This commit is contained in:
Dan Ribbens
2023-01-19 13:47:38 -05:00
parent 8b08e5a1f9
commit 338c4e2fb1

View File

@@ -17,6 +17,7 @@ export const buildVersionCollectionFields = (collection: SanitizedCollectionConf
{
name: 'createdAt',
type: 'date',
index: true,
admin: {
disabled: true,
},
@@ -24,6 +25,7 @@ export const buildVersionCollectionFields = (collection: SanitizedCollectionConf
{
name: 'updatedAt',
type: 'date',
index: true,
admin: {
disabled: true,
},