summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Migration/Version140200Date20200824201413.php2
1 files changed, 2 insertions, 0 deletions
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')) {