Skip to content
Snippets Groups Projects
Commit 9c6d5fc2 authored by André Noack's avatar André Noack
Browse files

closes #70

parent ecc6f697
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.
Finish editing this message first!
Please register or to comment