summaryrefslogtreecommitdiff
path: root/sql/mysql/migrations/147.sql
blob: 6bd4b59c905678e341273610ab33e2ad1eb0d470 (plain)
1
2
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);