Commit Graph

177 Commits (1507b051fd3e72d79607796844072b2fa0c0cc4f)

Author SHA1 Message Date
Andrew Dolgov de22464ea8 schema: add ttrss_feeds.last_successful_update 4 years ago
Andrew Dolgov 17e145f481 revise schema 139 to use engine=innodb 5 years ago
Andrew Dolgov b158103f2f schema: add missing stuff 5 years ago
Andrew Dolgov 84e9f1d5cc update schema for app-specific passwords 5 years ago
Andrew Dolgov 6768b3a4a3 schema: add DEFAULT_SEARCH_LANGUAGE 5 years ago
Andrew Dolgov 08183fcd27 set key length to 255 on mysql 5 years ago
Andrew Dolgov 32f9fda33d add composite key on ttrss_feeds (feed_url & owner_uid) 5 years ago
Andrew Dolgov c8fc9eee0c update mysql 136 script 5 years ago
Andrew Dolgov 0881d0a00d some dbupdater improvements; fix schema 136 syntax for mysql 5 years ago
Andrew Dolgov 38e01270d8 archived feeds: expire old entries (schema bump) 5 years ago
Andrew Dolgov 3e4326e34d add ttrss_filters2.last_triggered (bump schema version) 6 years ago
foobar 2008ec4ed7 change filter rule regexp type to text 6 years ago
Andrew Dolgov ecd2e414bd add ttrss_feeds.last_unconditional (schema bump) 7 years ago
Andrew Dolgov 153cb6d305 add support for http 304 not modified (no timestamp calculation bullshit like last time) 7 years ago
Andrew Dolgov 10a1f28f7c schema: updates for new filter format (bump version to 131) 7 years ago
Andrew Dolgov 539f6ee6cd update schema 128 to properly set ttrss_feeds.last_updated default value to NULL 8 years ago
Andrew Dolgov 6497fb65b4 fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead
bump schema
9 years ago
Andrew Dolgov b87744534a add plugin-based filter actions (see example plugin in attic)
bump schema
9 years ago
Andrew Dolgov df659891ac implement per-feed stemming language setting 9 years ago
Andrew Dolgov e854442e1f more fts stuff for simple index 9 years ago
Andrew Dolgov 89e31b9d4e migration: remove mandatory index drops from 127 because of potential fatal errors; remove unnecessary named indexes from mysql schema for fields with foreign key constraints (mysql should create indexes automatically on table creation for those fields) 9 years ago
Anders Kaseorg bd40827b73 Drop duplicate database indexes
These duplicate indexes were found by the pt-duplicate-key-checker
tool in percona-toolkit.  Duplicate indexes waste space and slow down
the query planner.  Closes #835.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
10 years ago
Felix Eckhofer 06c4c9ebae Update schema for size support of enclosures 10 years ago
Andrew Dolgov 8067dc8ca5 bump schema version to fix resetpass_token created as a wrong type in 124 10 years ago
Anders Larsson 44a45a6351 Fix mysql update 124 data type for resetpass_token
Currently mysql schema update 124 sets resetpass_token type to boolean
instead of VARCHAR(250). This prevents reset password functionality from
working correctly.
10 years ago
Andrew Dolgov 3b19a53acf schema: add resetpass_token (bump schema) 10 years ago
Andrew Dolgov e596b5a9dd add update script to convert myisam tables to innodb (bump version) 11 years ago
Andrew Dolgov 6b4617970f add text_languagedetect to guess article language for better hyphenation
(bump schema)
11 years ago
Andrew Dolgov 2457679aed switch AUTO_ASSIGN_LABELS to off by default (bump schema) 11 years ago
Andrew Dolgov 7b149552cb remove language selector from the login form, store language in the database per-user 11 years ago
Andrew Dolgov 3fbb4d183d set default timezone to automatic (bump schema) 11 years ago
Andrew Dolgov 889a5f9f19 experimental SQL-based error logger 11 years ago
Andrew Dolgov 646aeb7001 add schema version 177 upgrade scripts 11 years ago
Andrew Dolgov 14118af36f fix schema for favicon_avg_color 11 years ago
moontear 2cfbb448fb Added average color calculation of feeds' favicons for banded display. 11 years ago
Andrew Dolgov 881a158032 update default of allow_duplicate_posts to false, bump schema 11 years ago
Andrew Dolgov 923b5c8b11 schema: remove unused prefs help_text/short_desc/section_name 11 years ago
Andrew Dolgov b4f83063cc schema: add feed/cat view_settings 11 years ago
Andrew Dolgov 5e736e4592 implement stop action 11 years ago
Andrew Dolgov 8e8c8934a9 add necessary schema plumbing to implement filter ordering
also add filter titles
11 years ago
Andrew Dolgov 9cac360bd7 set combined display mode as default 11 years ago
Andrew Dolgov 5d40efc9b0 add ability to select CSS files in themes/ 11 years ago
Andrew Dolgov d14004776a change description of HIDE_READ_FEEDS 11 years ago
Andrew Dolgov 24c0e2e57d schema: disable sort headlines by feed date by default 11 years ago
Andrew Dolgov a3a896a127 let us rejoice on being able to create double negative filters (refs #631) 11 years ago
Andrew Dolgov bfd61d3f85 rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema) 11 years ago
Andrew Dolgov 7873d58822 implement proper last_marked/last_published feeds for proper sorting of
published and marked virtual feeds, remove sorting by last_read
workaround
api: add pubsubhubbub ping when article is being set published
bump schema
11 years ago
Andrew Dolgov b6046b3a7b add schema 104 upgrade files 11 years ago
Andrew Dolgov 7bfb3dabdd add ttrss_user_entries.plugin_data (bump schema) 12 years ago
Andrew Dolgov a6b4518788 add _MOBILE_REVERSE_HEADLINES (closes #524) 12 years ago