mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
EONE-130: some DB setups don't support InnoDB
This commit is contained in:
@@ -357,7 +357,7 @@ CREATE TABLE online (
|
||||
online_active int(10) unsigned NOT NULL default '0',
|
||||
online_agent varchar(255) NOT NULL default '',
|
||||
KEY online_ip (online_ip)
|
||||
) TYPE=InnoDB;
|
||||
) TYPE=MyISAM;
|
||||
# --------------------------------------------------------
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user