mirror of
https://github.com/simonw/datasette.git
synced 2026-06-03 23:56:58 +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
|
|
@ -946,7 +946,7 @@ Pass ``"alter": true`` to automatically add any missing columns to the existing
|
|||
Setting a column type
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
To set a column type for a table column, make a ``POST`` to ``/<database>/<table>/-/set-column-type``. This requires the :ref:`actions_set_column_types` permission.
|
||||
To set a column type for a table column, make a ``POST`` to ``/<database>/<table>/-/set-column-type``. This requires the :ref:`actions_set_column_type` permission.
|
||||
|
||||
::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue