Files
compose/misskey/setup.sql

3 lines
113 B
SQL

CREATE EXTENSION IF NOT EXISTS pgroonga;
create index idx_note_text_with_pgroonga on note using pgroonga (text);