mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
alter table support for /db/-/create API, refs #2101
This commit is contained in:
parent
569aacd39b
commit
900d15bcb8
5 changed files with 174 additions and 8 deletions
|
|
@ -1217,6 +1217,18 @@ Actor is allowed to create a database table.
|
|||
|
||||
Default *deny*.
|
||||
|
||||
.. _permissions_alter_table:
|
||||
|
||||
alter-table
|
||||
-----------
|
||||
|
||||
Actor is allowed to alter a database table.
|
||||
|
||||
``resource`` - tuple: (string, string)
|
||||
The name of the database, then the name of the table
|
||||
|
||||
Default *deny*.
|
||||
|
||||
.. _permissions_drop_table:
|
||||
|
||||
drop-table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue