mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +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
|
|
@ -924,7 +924,7 @@ def rows(ctx, path, dbtable, nl, arrays, csv, no_headers, table, fmt, json_cols)
|
|||
)
|
||||
@click.option(
|
||||
"--drop-foreign-key",
|
||||
type=(str, str, str),
|
||||
type=str,
|
||||
multiple=True,
|
||||
help="Drop this foreign key constraint",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue