mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-13 10:30:12 -04:00
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
the system's default table specification. Fixes ticket #597.
This commit is contained in:
@@ -44,7 +44,7 @@ class comment_installer {
|
||||
`text` text,
|
||||
`updated` int(9) NOT NULL,
|
||||
PRIMARY KEY (`id`))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;");
|
||||
DEFAULT CHARSET=utf8;");
|
||||
|
||||
block_manager::add("dashboard_center", "comment", "recent_comments");
|
||||
module::set_var("comment", "spam_caught", 0);
|
||||
|
||||
Reference in New Issue
Block a user