mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Add --ignore to create-index as alias of --if-not-exists, refs #450
This commit is contained in:
parent
40b6947255
commit
2c77f4467e
3 changed files with 13 additions and 13 deletions
|
|
@ -841,12 +841,12 @@ See :ref:`cli_create_index`.
|
|||
sqlite-utils create-index chickens.db chickens -- -name
|
||||
|
||||
Options:
|
||||
--name TEXT Explicit name for the new index
|
||||
--unique Make this a unique index
|
||||
--if-not-exists Ignore if index already exists
|
||||
--analyze Run ANALYZE after creating the index
|
||||
--load-extension TEXT SQLite extensions to load
|
||||
-h, --help Show this message and exit.
|
||||
--name TEXT Explicit name for the new index
|
||||
--unique Make this a unique index
|
||||
--if-not-exists, --ignore Ignore if index already exists
|
||||
--analyze Run ANALYZE after creating the index
|
||||
--load-extension TEXT SQLite extensions to load
|
||||
-h, --help Show this message and exit.
|
||||
|
||||
|
||||
enable-fts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue