mirror of https://github.com/zulip/zulip.git
4 lines
83 B
MySQL
4 lines
83 B
MySQL
|
\connect zulip
|
||
|
CREATE EXTENSION pgroonga;
|
||
|
GRANT USAGE ON SCHEMA pgroonga TO zulip;
|