mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 02:14:31 +02:00
Run black and cog for formatting and CLI reference update
This commit is contained in:
parent
0a567b7c50
commit
5ce545b592
4 changed files with 59 additions and 19 deletions
|
|
@ -1828,7 +1828,9 @@ def test_transform_update_incoming_fks_cli(db_path):
|
|||
"transform",
|
||||
db_path,
|
||||
"authors",
|
||||
"--rename", "id", "author_pk",
|
||||
"--rename",
|
||||
"id",
|
||||
"author_pk",
|
||||
"--update-incoming-fks",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue