mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
sqlite-utils rebuild-fts command, closes #155
This commit is contained in:
parent
76548596a6
commit
176f4e0ef4
5 changed files with 93 additions and 2 deletions
|
|
@ -689,6 +689,14 @@ To remove the FTS tables and triggers you created, use ``disable-fts``::
|
|||
|
||||
$ sqlite-utils disable-fts mydb.db documents
|
||||
|
||||
To rebuild one or more FTS tables (see :ref:`python_api_fts_rebuild`), use ``rebuild-fts``::
|
||||
|
||||
$ sqlite-utils rebuild-fts mydb.db documents
|
||||
|
||||
You can rebuild every FTS table by running ``rebuild-fts`` without passing any table names::
|
||||
|
||||
$ sqlite-utils rebuild-fts mydb.db
|
||||
|
||||
.. _cli_vacuum:
|
||||
|
||||
Vacuum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue