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

Merge branch 'biest_70' into 'main'

closes #70

Closes #70

See merge request studip/studip!21
parents ecc6f697 9c6d5fc2
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