summaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2022-06-20schema: don't use 'create index if not exists' syntax because mysql doesn't ↵Andrew Dolgov
support it
2022-06-19schema: add fulltext indexes for mysql to support af_psql_trgm and possibly ↵Andrew Dolgov
future fulltext search
2021-12-20filters:Andrew Dolgov
* add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146
2021-11-17schema: remove default subscription of admin to the forums rss feedAndrew Dolgov
2021-03-12schema: add ttrss_users.last_auth_attemptAndrew Dolgov
2021-03-06 * don't try to update custom set feed faviconsAndrew Dolgov
* cleanup update_rss_feed() a bit, use ORM
2021-03-05schema: add separate otp_secret columnAndrew Dolgov
2021-03-04remove ttrss_version from base schemaAndrew Dolgov
2021-03-04wip for db_migrations for core schemaAndrew Dolgov