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
|
|
@ -1542,8 +1542,6 @@ def test_transform_drop_foreign_key(db_path):
|
|||
"places",
|
||||
"--drop-foreign-key",
|
||||
"country",
|
||||
"country",
|
||||
"id",
|
||||
],
|
||||
)
|
||||
print(result.output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue