From 6512f69099ae643162bae49f36d2638a6f860279 Mon Sep 17 00:00:00 2001 From: Finn Schneider Date: Fri, 10 Oct 2025 16:56:16 +0200 Subject: brackets --- db/migrations/6.2.2_remove_wiki_quicklinks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/migrations/6.2.2_remove_wiki_quicklinks.php b/db/migrations/6.2.2_remove_wiki_quicklinks.php index f65f3e2..bc7bb0d 100644 --- a/db/migrations/6.2.2_remove_wiki_quicklinks.php +++ b/db/migrations/6.2.2_remove_wiki_quicklinks.php @@ -11,8 +11,8 @@ class RemoveWikiQuicklinks extends Migration { DBManager::get()->exec( "DELETE FROM `help_tour_steps` - WHERE `tour_id` = '4d41c9760a3248313236af202275107b' OR `tour_id`= '5d41c9760a3248313236af202275107b' - AND `step` = 7 OR `step` = 8" + WHERE (`tour_id` = '4d41c9760a3248313236af202275107b' OR `tour_id`= '5d41c9760a3248313236af202275107b') + AND (`step` = 7 OR `step` = 8)" ); } -- cgit v1.0