6655 remove field direction in message and add it in mcma (#6743)

Closes #6655 
- Remove direction from message
- Add direction do mcma
- Create migration command
- Create upgrade 0.24
This commit is contained in:
Raphaël Bosi
2024-08-27 19:11:04 +02:00
committed by GitHub
parent 5ce1e6b07d
commit e771793626
26 changed files with 358 additions and 2346 deletions

View File

@ -1711,20 +1711,20 @@ export const getObjectMetadataItemsMock = () => {
"updatedAt": "2024-08-05T16:38:57.285Z",
"fromRelationMetadata": null,
"toRelationMetadata": null,
"defaultValue": "'incoming'",
"defaultValue": "'INCOMING'",
"options": [
{
"id": "14216544-33d1-47d0-99a9-717763d49c0f",
"color": "green",
"label": "Incoming",
"value": "incoming",
"value": "INCOMING",
"position": 0
},
{
"id": "f1b89e48-1107-45a2-b54a-31a75e76b9b2",
"color": "blue",
"label": "Outgoing",
"value": "outgoing",
"value": "OUTGOING",
"position": 1
}
],