diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af16ae8232..4a59638832 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,6 +90,7 @@ grant create database on account to role ; grant create role on account to role ; grant usage on warehouse xsmall to role ; grant operate on warehouse xsmall to role ; +grant create database on account to role with grant option; ``` ## Remote debugging with PyCharm or IntelliJ