1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-03 20:17:10 +00:00

schema: update help text for ENABLE_OFFLINE_READING

This commit is contained in:
Andrew Dolgov
2009-02-10 12:00:51 +03:00
parent 23e2fb8496
commit 0351576bd8
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1);
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1, 'Synchronize new articles for offline reading using Google Gears.');
update ttrss_version set schema_version = 54;