mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 10:24:32 +02:00
disable-fts and .disable_fts(), closes #88
This commit is contained in:
parent
b0ca657f49
commit
f9473ace14
6 changed files with 96 additions and 0 deletions
|
|
@ -411,6 +411,10 @@ A better solution here is to use database triggers. You can set up database trig
|
|||
|
||||
$ sqlite-utils enable-fts mydb.db documents title summary --create-triggers
|
||||
|
||||
To remove the FTS tables and triggers you created, use ``disable-fts``::
|
||||
|
||||
$ sqlite-utils disable-fts mydb.db documents
|
||||
|
||||
Vacuum
|
||||
======
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue