diff --git a/lib/core/settings.py b/lib/core/settings.py index 707dabc59..0cb043785 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -224,7 +224,8 @@ SQL_STATEMENTS = { "load ", ), "SQL data control": ( - "grant ", ), + "grant ", + "revoke ", ), "SQL data execution": ( "exec ",