1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 17:39:13 +00:00

change description of DEFAULT_UPDATE_INTERVAL (bump schema)

This commit is contained in:
Andrew Dolgov
2010-01-20 14:21:25 +03:00
parent c633e370ec
commit fbe2ea1c6d
5 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
begin;
update ttrss_prefs set short_desc = 'Default feed update interval' where pref_name = 'DEFAULT_UPDATE_INTERVAL';
update ttrss_version set schema_version = 65;
commit;