1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 17:31:29 +00:00

properly persist include_children

This commit is contained in:
Andrew Dolgov
2012-08-15 09:11:43 +04:00
parent fbf85cf646
commit e07f89815b
6 changed files with 23 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_DEFAULT_INCLUDE_CHILDREN', 1, 'false', '', 1);
update ttrss_version set schema_version = 94;
commit;