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)",