]> BookStack Code Mirror - bookstack/commitdiff
Removed search indexing from migration path to prevent Bookshelf issue
authorDan Brown <redacted>
Sun, 23 Sep 2018 12:24:58 +0000 (13:24 +0100)
committerDan Brown <redacted>
Sun, 23 Sep 2018 12:25:12 +0000 (13:25 +0100)
database/migrations/2017_03_19_091553_create_search_index_table.php

index edffb445c941eec2a86c1bafa874beea7f46d51d..7398ed39885cedde9655f9fb06783016e6c6b75e 100644 (file)
@@ -51,8 +51,6 @@ class CreateSearchIndexTable extends Migration
                 $table->dropIndex('name_search');
             });
         }
-
-        app(\BookStack\Services\SearchService::class)->indexAllEntities();
     }
 
     /**