db/migrations/V4__keywords_index.sql (2 lines of code) (raw):

CREATE INDEX keywords_index ON fingerpost_wire_entry USING GIN ((content -> 'keywords') jsonb_path_ops)