From 33e9465c004ccc7992e1c6007ca96725d5e69e13 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Wed, 21 Feb 2024 10:32:18 +0100 Subject: [PATCH] bestellung_position added column keinrabatterlaubt --- 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 7fa52c37..c944f833 100644 --- a/upgrade/data/db_schema.json +++ b/upgrade/data/db_schema.json @@ -28899,6 +28899,17 @@ "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" + }, + { + "Field": "keinrabatterlaubt", + "Type": "int(1)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" } ], "keys": [