From 9907775c0d6e62babbe762a641185bfe600191bb Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Sun, 11 Dec 2016 09:43:05 +0100 Subject: [PATCH] fix installation sql Signed-off-by: Michael Kaufmann (d00p) --- install/froxlor.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index 94a3c5ce..5c75be4f 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -197,7 +197,7 @@ CREATE TABLE `panel_customers` ( `custom_notes_show` tinyint(1) NOT NULL default '0', `lepublickey` mediumtext default NULL, `leprivatekey` mediumtext default NULL, - `leregistered` tinyint(1) NOT NULL default '0' + `leregistered` tinyint(1) NOT NULL default '0', PRIMARY KEY (`customerid`), UNIQUE KEY `loginname` (`loginname`) ) ENGINE=MyISAM CHARSET=utf8 COLLATE=utf8_general_ci;