remove deprecated sql-statement 'TYPE' and replaced it with 'ENGINE' for panel_sessions, fixes #654
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -418,7 +418,7 @@ CREATE TABLE `panel_sessions` (
|
||||
`theme` varchar(255) NOT NULL default '',
|
||||
PRIMARY KEY (`hash`),
|
||||
KEY `userid` (`userid`)
|
||||
) TYPE=HEAP;
|
||||
) ENGINE=HEAP;
|
||||
|
||||
#
|
||||
# Dumping data for table `panel_sessions`
|
||||
|
||||
Reference in New Issue
Block a user