Removed search indexing from migration path to prevent Bookshelf issue

This commit is contained in:
Dan Brown 2018-09-23 13:24:58 +01:00
parent 7b32aa163f
commit b62afcad1f

View File

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