mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Issue #4501 - Improve verification and cron table engine.
This commit is contained in:
@@ -166,7 +166,7 @@ CREATE TABLE cron (
|
||||
cron_active INT(1) UNSIGNED NOT NULL,
|
||||
PRIMARY KEY (cron_id),
|
||||
UNIQUE KEY cron_function (cron_function)
|
||||
) ENGINE = MYISAM;
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
|
||||
# Table structure for table `dblog` - db/debug/rolling
|
||||
|
Reference in New Issue
Block a user