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