letterbox/server/migrations/20241217021645_create-search-table.up.sql

2 lines
83 B
SQL

CREATE INDEX post_summary_idx ON post USING GIN (to_tsvector('english', summary));