mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
execute-sql now implies can view instance/database, closes #2169
This commit is contained in:
parent
9cead33fb9
commit
98ffad9aed
2 changed files with 5 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ def register_permissions():
|
|||
takes_database=True,
|
||||
takes_resource=False,
|
||||
default=True,
|
||||
implies_can_view=True,
|
||||
),
|
||||
Permission(
|
||||
name="permissions-debug",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue