From 6848a2692a7c37f1c3638f7db25b1e5a808523b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Wed, 18 Sep 2024 18:30:12 +0200 Subject: [PATCH] Change oreder_id data type --- ecs/command/fields/custom/command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs/command/fields/custom/command.yml b/ecs/command/fields/custom/command.yml index 90f91632be4e3..77d3427b2b7c4 100644 --- a/ecs/command/fields/custom/command.yml +++ b/ecs/command/fields/custom/command.yml @@ -73,7 +73,7 @@ description: > Unique identifier generated by the Command Manager. Auto-incremental. - name: order_id - type: join + type: short level: custom description: > Unique identifier generated by the Command Manager. Auto-incremental within the same Command Request ID.