1
0

Remove innoDB engine from tagsmap installer

This commit is contained in:
3nids 2009-09-24 13:32:52 +02:00
parent 75c7e3d745
commit 1247e84108

View File

@ -29,7 +29,7 @@ class tagsmap_installer {
`description` varchar(2048) default NULL,
PRIMARY KEY (`id`),
KEY(`tag_id`, `id`))
ENGINE=InnoDB DEFAULT CHARSET=utf8;");
DEFAULT CHARSET=utf8;");
// Set the module's version number.
module::set_version("tagsmap", 1);