-- Add down migration script here DROP INDEX post_summary_idx; CREATE INDEX post_summary_idx ON post USING gin ( to_tsvector('english', summary) );