mirror of
https://github.com/zulip/zulip.git
synced 2026-06-06 21:12:33 +08:00
4 lines
83 B
SQL
4 lines
83 B
SQL
\connect zulip
|
|
CREATE EXTENSION pgroonga;
|
|
GRANT USAGE ON SCHEMA pgroonga TO zulip;
|