1
0
Fork 0
miniflux/database/sql/schema_version_22.sql

1 line
187 B
MySQL
Raw Normal View History

2019-02-12 01:20:07 -05:00
update entries set document_vectors = setweight(to_tsvector(substring(coalesce(title, '') for 1000000)), 'A') || setweight(to_tsvector(substring(coalesce(content, '') for 1000000)), 'B');