From 8a23d0b72c69e1c1953c80160f3090d96b1d3dbb Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sun, 26 Nov 2023 10:55:24 +0100 Subject: [PATCH] table-adjustments for panel_templates Signed-off-by: Michael Kaufmann --- install/froxlor.sql.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/froxlor.sql.php b/install/froxlor.sql.php index 480e8da9b8..018f83b558 100644 --- a/install/froxlor.sql.php +++ b/install/froxlor.sql.php @@ -750,6 +750,7 @@ `templategroup` varchar(255) NOT NULL default '', `varname` varchar(255) NOT NULL default '', `value` longtext NOT NULL, + `file_extension` varchar(50) NOT NULL default 'html' PRIMARY KEY (id), KEY adminid (adminid) ) ENGINE=InnoDB CHARSET=utf8 COLLATE=utf8_general_ci;