BUGFIX: Cleaninstall fails due syntax error in froxlor.sql (missing comma) (#356)

This commit is contained in:
Stefan Heid
2016-06-02 21:21:40 +02:00
committed by Dessa
parent 08d505b308
commit 7faebbb197

View File

@@ -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',