mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-17 08:49:00 +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');
|
$table->dropIndex('name_search');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
app(\BookStack\Services\SearchService::class)->indexAllEntities();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user