Skip to content
Snippets Groups Projects
Commit 4560f7fc authored by André Noack's avatar André Noack Committed by Jan-Hendrik Willms
Browse files

closes #70

parent 911801b4
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ class Step00349 extends Migration
}
}
$db->exec("DELETE FROM `object_user_visits` WHERE `type` IN ('literature', 'forum')");
$db->exec("DELETE FROM `object_user_visits` WHERE `type` IN ('literature', 'forum', '')");
$db->exec("ALTER TABLE `object_user_visits` ADD `plugin_id` INT NOT NULL AFTER `type`");
foreach ($ouv_mapping as $type => $plugin_id) {
if (is_string($plugin_id)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment