ttrss/sql/mysql/migrations/147.sql

3 lines
196 B
MySQL
Raw Normal View History

create fulltext index if not exists ttrss_entries_title_search_idx on ttrss_entries(title);
create fulltext index if not exists ttrss_entries_combined_search_idx on ttrss_entries(title, content);