diff options
Diffstat (limited to 'modules/tag/helpers')
| -rw-r--r-- | modules/tag/helpers/tag_installer.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tag/helpers/tag_installer.php b/modules/tag/helpers/tag_installer.php index de67bf08..6673ffcc 100644 --- a/modules/tag/helpers/tag_installer.php +++ b/modules/tag/helpers/tag_installer.php @@ -36,8 +36,8 @@ class tag_installer {            `item_id` int(9) NOT NULL,            `tag_id` int(9) NOT NULL,            PRIMARY KEY (`id`), -          KEY(`tag_id`), -          KEY(`item_id`)) +          KEY(`tag_id`, `id`), +          KEY(`item_id`, `id`))          ENGINE=InnoDB DEFAULT CHARSET=utf8;");        module::set_version("tag", 1);      }  | 
