From fd358ef93494da080f2008367c72516f3632dafc Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Wed, 25 Oct 2023 17:40:44 +0100 Subject: [PATCH] fix --- ...000_drop_post_number_index_column_from_discussions_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/migrations/2023_10_23_000000_drop_post_number_index_column_from_discussions_table.php b/framework/core/migrations/2023_10_23_000000_drop_post_number_index_column_from_discussions_table.php index 36fd3db216..caa611250f 100644 --- a/framework/core/migrations/2023_10_23_000000_drop_post_number_index_column_from_discussions_table.php +++ b/framework/core/migrations/2023_10_23_000000_drop_post_number_index_column_from_discussions_table.php @@ -9,4 +9,4 @@ use Flarum\Database\Migration; -return Migration::dropColumns('discussions', ['post_number_index']); +return Migration::dropColumns('discussions', ['post_number_index' => '']);