mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-13 08:21:47 +00:00
Removed search indexing from migration path to prevent Bookshelf issue
This commit is contained in:
parent
7b32aa163f
commit
b62afcad1f
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ class CreateSearchIndexTable extends Migration
|
|||
$table->dropIndex('name_search');
|
||||
});
|
||||
}
|
||||
|
||||
app(\BookStack\Services\SearchService::class)->indexAllEntities();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue