From 90f38c949608609cdc2138037a856dea513166ae Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Thu, 7 Dec 2023 20:48:40 +0100 Subject: [PATCH] database added column rabatteportofestschreiben to angebot for shopimport --- upgrade/data/db_schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/upgrade/data/db_schema.json b/upgrade/data/db_schema.json index e2b28f00..240332b4 100644 --- a/upgrade/data/db_schema.json +++ b/upgrade/data/db_schema.json @@ -10924,6 +10924,17 @@ "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" + }, + { + "Field": "rabatteportofestschreiben", + "Type": "int(1)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" } ], "keys": [