mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
--ignore for sqlite-utils drop-table and drop-view, closes #237
This commit is contained in:
parent
c236894caa
commit
bba6e241be
3 changed files with 36 additions and 9 deletions
|
|
@ -736,6 +736,8 @@ You can drop a table using the ``drop-table`` command::
|
|||
|
||||
$ sqlite-utils drop-table mydb.db mytable
|
||||
|
||||
Use ``--ignore`` to ignore the error if the table does not exist.
|
||||
|
||||
.. _cli_transform_table:
|
||||
|
||||
Transforming tables
|
||||
|
|
@ -922,6 +924,8 @@ You can drop a view using the ``drop-view`` command::
|
|||
|
||||
$ sqlite-utils drop-view myview
|
||||
|
||||
Use ``--ignore`` to ignore the error if the view does not exist.
|
||||
|
||||
.. _cli_add_column:
|
||||
|
||||
Adding columns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue