From a3ad8eb337702dd320abe163815d767e1d7af64c Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Tue, 11 Oct 2022 15:41:43 +0200 Subject: [PATCH] dashboard.tbl_widget new fields --- system/dashboard/dbupdate_dashboard.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/dashboard/dbupdate_dashboard.php b/system/dashboard/dbupdate_dashboard.php index 3e73de3b9..8f3c8ba9a 100644 --- a/system/dashboard/dbupdate_dashboard.php +++ b/system/dashboard/dbupdate_dashboard.php @@ -166,7 +166,9 @@ ALTER TABLE dashboard.tbl_dashboard_widget OWNER TO fhcomplete; CREATE TABLE dashboard.tbl_widget ( widget_id integer NOT NULL, widget_kurzbz character varying(32) NOT NULL, - beschreibung text + beschreibung text, + arguments jsonb NOT NULL, + setup jsonb NOT NULL );