order: add field 'date'

This commit is contained in:
vchikalkin 2025-05-07 17:46:45 +03:00
parent 7b4c5e280a
commit 970c391b0f

View File

@ -61,6 +61,9 @@
"relation": "manyToMany",
"target": "api::service.service",
"inversedBy": "orders"
},
"date": {
"type": "date"
}
}
}