1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 23:51:29 +00:00

change description of HIDE_READ_FEEDS

This commit is contained in:
Andrew Dolgov
2013-03-27 12:41:31 +04:00
parent 744a1b0080
commit d14004776a
5 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
begin;
update ttrss_prefs set short_desc = 'Hide feeds with no unread articles' where pref_name = 'HIDE_READ_FEEDS';
update ttrss_version set schema_version = 109;
commit;