summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-12-30 10:11:20 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-12-30 15:25:56 +0100
commit324fee81614c7e32ea58c748c9504f91432bffbf (patch)
tree03053b2a02e42fff76ff7cc22e34ba20b411c9c3 /lib
parentdb4bb6381da5a79e43e95d554b8f9429027ab53e (diff)
adjust existing migration
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
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')) {