alter table support for /db/-/create API, refs #2101

This commit is contained in:
Simon Willison 2024-02-08 12:21:13 -08:00
commit 900d15bcb8
5 changed files with 174 additions and 8 deletions

View file

@ -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