mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-02 23:44:12 +02:00
Simplify drop-foreign-key, and drop_foreign_keys, closes #177
This commit is contained in:
parent
d13c123100
commit
5a63b9e88c
6 changed files with 6 additions and 18 deletions
|
|
@ -592,7 +592,7 @@ Every option for this table (with the exception of ``--pk-none``) can be specifi
|
|||
``--default-none column``
|
||||
Remove the default value for this column.
|
||||
|
||||
``--drop-foreign-key col other_table other_column``
|
||||
``--drop-foreign-key column``
|
||||
Drop the specified foreign key.
|
||||
|
||||
If you want to see the SQL that will be executed to make the change without actually executing it, add the ``--sql`` flag. For example::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue