mirror of
https://github.com/simonw/datasette.git
synced 2026-06-11 03:27:02 +02:00
Rename set-column-types action to et-column-type
Refs https://github.com/simonw/datasette/pull/2674#issuecomment-4085015792
This commit is contained in:
parent
d440c20984
commit
2b06da29a1
7 changed files with 18 additions and 20 deletions
|
|
@ -170,7 +170,7 @@ async def test_get_action(ds_client):
|
|||
"vt",
|
||||
"view-table",
|
||||
"sct",
|
||||
"set-column-types",
|
||||
"set-column-type",
|
||||
):
|
||||
action = ds.get_action(name_or_abbr)
|
||||
if "-" in name_or_abbr:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue