From b72975bb561c21c36109caf793d896e0a0218839 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Tue, 14 May 2024 11:16:01 +0200 Subject: [PATCH] verbindlichkeit_position allow prices with 5 decimals --- upgrade/data/db_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade/data/db_schema.json b/upgrade/data/db_schema.json index 622f4921..4401be0a 100644 --- a/upgrade/data/db_schema.json +++ b/upgrade/data/db_schema.json @@ -112197,7 +112197,7 @@ }, { "Field": "preis", - "Type": "decimal(14,4)", + "Type": "decimal(14,5)", "Collation": null, "Null": "NO", "Key": "",