mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-19 22:22:45 +08:00
Removed search indexing from migration path to prevent Bookshelf issue
This commit is contained in:
parent
7b32aa163f
commit
b62afcad1f
|
@ -51,8 +51,6 @@ class CreateSearchIndexTable extends Migration
|
|||
$table->dropIndex('name_search');
|
||||
});
|
||||
}
|
||||
|
||||
app(\BookStack\Services\SearchService::class)->indexAllEntities();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user