fix: [db update] Fixed update script for tag collection tags

pull/3989/head
iglocska 2018-12-27 05:24:30 +01:00
parent d22787b263
commit 7cebaef6c8
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ class AppModel extends Model
INDEX `user_id` (`user_id`),
INDEX `org_id` (`org_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
$sqlArray[] = "CREATE TABLE IF NOT EXISTS tag_collection_elements (
$sqlArray[] = "CREATE TABLE IF NOT EXISTS tag_collection_tags (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tag_collection_id` int(11) NOT NULL,
`tag_id` int(11) NOT NULL,