1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 13:59:38 +00:00

add persistent storage for toolbar view options, bump schema

This commit is contained in:
Andrew Dolgov
2007-03-26 06:23:15 +01:00
parent cdbb6dc626
commit 4049672041
12 changed files with 37 additions and 77 deletions

View File

@@ -0,0 +1,5 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_DEFAULT_VIEW_MODE', 2, 'adaptive', '', 1);
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_DEFAULT_VIEW_LIMIT', 3, '30', '', 1);
update ttrss_version set schema_version = 15;