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

rename description of option ENABLE_FEED_ICONS, bump schema

This commit is contained in:
Andrew Dolgov
2008-08-08 06:22:38 +01:00
parent 8865bdc010
commit 2dcb7e80e5
6 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
update ttrss_prefs set short_desc = 'Enable feed icons' where pref_name = 'ENABLE_FEED_ICONS';
update ttrss_version set schema_version = 40;