From 7faebbb197ac1b6a61e70bf619bf3eeafc9dd681 Mon Sep 17 00:00:00 2001 From: Stefan Heid Date: Thu, 2 Jun 2016 21:21:40 +0200 Subject: [PATCH] BUGFIX: Cleaninstall fails due syntax error in froxlor.sql (missing comma) (#356) --- install/froxlor.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index 77644c5a..7de09553 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -191,7 +191,7 @@ CREATE TABLE `panel_customers` ( `pop3` tinyint(1) NOT NULL default '1', `imap` tinyint(1) NOT NULL default '1', `perlenabled` tinyint(1) NOT NULL default '0', - `dnsenabled` tinyint(1) NOT NULL default '0' + `dnsenabled` tinyint(1) NOT NULL default '0', `theme` varchar(255) NOT NULL default 'Sparkle', `custom_notes` text, `custom_notes_show` tinyint(1) NOT NULL default '0',