-- +goose Up -- +goose StatementBegin CREATE INDEX log_index_search ON log USING GIN (ts_vector); -- +goose StatementEnd -- +goose Down -- +goose StatementBegin DROP INDEX IF EXISTS log_index_search; -- +goose StatementEnd