summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/17.sql
blob: 3ddc5a13ec9bc9f8ccaf5009e299e39481b7b0e4 (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,
'This option strips all, but most common HTML tags when reading articles.');

update ttrss_version set schema_version = 17;