mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
pgroonga: Remove now-unnecessary 'GRANT USAGE' statement.
This was only necessary for PGroonga 1.x, and the `pgroonga` schema will most likely be removed at some point inthe future, which will make this statement error out. Drop the unnecessary statement.
This commit is contained in:
committed by
Tim Abbott
parent
9af31c41da
commit
dc2726c814
@@ -1,3 +1,2 @@
|
||||
\connect zulip
|
||||
CREATE EXTENSION pgroonga;
|
||||
GRANT USAGE ON SCHEMA pgroonga TO zulip;
|
||||
|
||||
Reference in New Issue
Block a user