1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

Added missing archivedAt to featureSchema

This commit is contained in:
andreas-unleash 2022-06-03 09:19:30 +03:00
parent ff7842b2f1
commit 937ba922e0

View File

@ -41,6 +41,11 @@ const schema = {
format: 'date', format: 'date',
nullable: true, nullable: true,
}, },
archivedAt: {
type: 'string',
format: 'date',
nullable: true,
},
lastSeenAt: { lastSeenAt: {
type: 'string', type: 'string',
format: 'date', format: 'date',