From 324fee81614c7e32ea58c748c9504f91432bffbf Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 30 Dec 2023 10:11:20 +0100 Subject: adjust existing migration Signed-off-by: Benjamin Brahmer --- lib/Migration/Version140200Date20200824201413.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Migration/Version140200Date20200824201413.php b/lib/Migration/Version140200Date20200824201413.php index 8c7298f6e..2663339c5 100644 --- a/lib/Migration/Version140200Date20200824201413.php +++ b/lib/Migration/Version140200Date20200824201413.php @@ -181,6 +181,8 @@ class Version140200Date20200824201413 extends SimpleMigrationStep { $table->addIndex(['user_id'], 'news_feeds_user_id_index'); $table->addIndex(['folder_id'], 'news_feeds_folder_id_index'); $table->addIndex(['url_hash'], 'news_feeds_url_hash_index'); + //added with news 25.x + $table->addIndex(['deleted_at'], 'news_feeds_deleted_at_index'); } if (!$schema->hasTable('news_items')) { -- cgit v1.2.3