1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 17:49:16 +00:00

new option: HIDE_READ_SHOWS_SPECIAL (bump schema)

This commit is contained in:
Andrew Dolgov
2008-01-21 09:30:54 +01:00
parent 7ddd770071
commit 22f3e356c8
7 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('HIDE_READ_SHOWS_SPECIAL', 1, 'true', 'Show special feeds when hiding read feeds',3);
update ttrss_version set schema_version = 29;