From 30ce445ac1ed666c068fbc0705e76c3e425ec7c2 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Thu, 4 May 2023 15:51:47 +0200 Subject: [PATCH] db_schema added explodiert_parent to bestellung_position and rechnung_posistion (seemed to be missing) --- upgrade/data/db_schema.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/upgrade/data/db_schema.json b/upgrade/data/db_schema.json index 175831f9..02a9735e 100644 --- a/upgrade/data/db_schema.json +++ b/upgrade/data/db_schema.json @@ -28844,6 +28844,17 @@ "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" + }, + { + "Field": "explodiert_parent", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" } ], "keys": [ @@ -83792,6 +83803,17 @@ "Privileges": "select,insert,update,references", "Comment": "" }, + { + "Field": "explodiert_parent", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, { "Field": "explodiert_parent_artikel", "Type": "int(11)",