mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Renamed execute-query permission to execute-sql, refs #811
This commit is contained in:
parent
4340845754
commit
a1e801453a
3 changed files with 6 additions and 13 deletions
|
|
@ -893,7 +893,7 @@ def test_database_query_permission_checks(app_client):
|
|||
[
|
||||
"view-instance",
|
||||
("view-database", "database", "fixtures"),
|
||||
("execute-query", "database", "fixtures"),
|
||||
("execute-sql", "database", "fixtures"),
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue