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

@ -866,20 +866,20 @@ export const mockedStandardObjectMetadataQueryResult: ObjectMetadataItemsQuery =
"isNullable": false,
"createdAt": "2024-08-02T16:00:05.938Z",
"updatedAt": "2024-08-02T16:00:05.938Z",
"defaultValue": "'incoming'",
"defaultValue": "'INCOMING'",
"options": [
{
"id": "09fd3f5f-5903-4a3a-8f8b-335825349389",
"color": "green",
"label": "Incoming",
"value": "incoming",
"value": "INCOMING",
"position": 0
},
{
"id": "0df4272e-dfef-450e-84b7-d1477e66ee7f",
"color": "blue",
"label": "Outgoing",
"value": "outgoing",
"value": "OUTGOING",
"position": 1
}
],