Skip to content

Commit

Permalink
Merge pull request #302 from openedx/saraburns1-patch-1
Browse files Browse the repository at this point in the history
fix: fix permission line
  • Loading branch information
saraburns1 authored Dec 11, 2024
2 parents 1f312a9 + 7ce30a8 commit 01e29ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/technical_documentation/how-tos/remote_clickhouse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Aspects can be connected with Clickhouse Cloud following the steps below:
GRANT SELECT ON system.replication_queue TO ch_admin WITH GRANT OPTION;
-- This is used in SQL query performance testing
SELECT ON system.query_log WITH GRANT OPTION
GRANT SELECT ON system.query_log to ch_admin WITH GRANT OPTION;
6. Restart your local or production environment. After this change, you need to run the initialization
Expand Down

0 comments on commit 01e29ce

Please sign in to comment.