From 3c4a4a8754eea5002c95a21552e84dfbcdc90029 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Fri, 5 Jan 2024 11:47:48 +0100 Subject: [PATCH] verbindlichkeit added usereditid --- 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 82ee02f2..a806bea7 100644 --- a/upgrade/data/db_schema.json +++ b/upgrade/data/db_schema.json @@ -109036,6 +109036,17 @@ "Privileges": "select,insert,update,references", "Comment": "" }, + { + "Field": "usereditid", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "PRI", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, { "Field": "belegnr", "Type": "varchar(255)",