perf: index globals versions timestamps by default (#8821)
This commit is contained in:
@@ -71,6 +71,7 @@ export const sanitizeCollection = async (
|
||||
disableBulkEdit: true,
|
||||
hidden: true,
|
||||
},
|
||||
index: true,
|
||||
label: ({ t }) => t('general:updatedAt'),
|
||||
})
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ export const buildVersionGlobalFields = (
|
||||
admin: {
|
||||
disabled: true,
|
||||
},
|
||||
index: true,
|
||||
},
|
||||
{
|
||||
name: 'updatedAt',
|
||||
@@ -27,6 +28,7 @@ export const buildVersionGlobalFields = (
|
||||
admin: {
|
||||
disabled: true,
|
||||
},
|
||||
index: true,
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user