mirror of
https://github.com/simonw/datasette.git
synced 2026-06-15 05:26:59 +02:00
set-column-types permission, refs #2671
This commit is contained in:
parent
feaba9b18b
commit
fa1d8f0fa5
5 changed files with 64 additions and 2 deletions
|
|
@ -85,6 +85,12 @@ def register_actions():
|
|||
description="Alter tables",
|
||||
resource_class=TableResource,
|
||||
),
|
||||
Action(
|
||||
name="set-column-types",
|
||||
abbr="sct",
|
||||
description="Set column types",
|
||||
resource_class=TableResource,
|
||||
),
|
||||
Action(
|
||||
name="drop-table",
|
||||
abbr="dt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue