summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/17.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 08:42:28 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 08:42:28 +0100
commit1eb19b6adc86221c184345d7c0870d1ff0ba5138 (patch)
tree3921aeaa3ff8f7bed6de70a2b1defbad403ee137 /schema/versions/mysql/17.sql
parentfcc95e24e99011b27e1df6afdf572472ba18f789 (diff)
new option: BLACKLISTED_TAGS
Diffstat (limited to 'schema/versions/mysql/17.sql')
-rw-r--r--schema/versions/mysql/17.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/versions/mysql/17.sql b/schema/versions/mysql/17.sql
index d1b795421..70dce4f15 100644
--- a/schema/versions/mysql/17.sql
+++ b/schema/versions/mysql/17.sql
@@ -5,4 +5,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
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.');
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('BLACKLISTED_TAGS', 2, 'main, generic, misc', 'Blacklisted tags', 3,
+'When auto-detecting tags in articles these tags will not be applied (comma-separated list).');
+
update ttrss_version set schema_version = 17;