summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/17.sql
blob: d1b7954213c01e2c3c4f86e8c2703e1b8cc1600c (plain)
1
2
3
4
5
6
7
8
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_PREFS_ACTIVE_TAB', 2, '', '', 1);

insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_INFOBOX_DISABLE_OVERLAY', 1, 'false', '', 1);

insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('STRIP_UNSAFE_TAGS', 1, 'true', 'Strip unsafe tags from articles', 3,
'Strip all but most common HTML tags when reading articles.');

update ttrss_version set schema_version = 17;