summaryrefslogtreecommitdiff
path: root/sql/pgsql/schema.sql
AgeCommit message (Collapse)Author
2025-05-04record last cron expression (and stub owner_uid) used by scheduled taskAndrew Dolgov
2025-05-02schema - spaces to tabsAndrew Dolgov
2025-05-02record task duration in secondsAndrew Dolgov
2025-05-02split housekeeping jobs to separate scheduled tasks on longer cooldown ↵Andrew Dolgov
intervals, add table to record task execution timestamps, bump schema
2025-04-08support transparent encryption for feed passwords, bump schema to drop ↵Andrew Dolgov
length limit of ttrss_feeds.auth_pass
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