1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 10:19:15 +00:00

set default timezone to automatic (bump schema)

This commit is contained in:
Andrew Dolgov
2013-04-26 14:15:57 +04:00
parent 96f0cbe30d
commit 3fbb4d183d
5 changed files with 21 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
begin;
update ttrss_prefs set def_value = 'Automatic' where pref_name = 'USER_TIMEZONE';
update ttrss_version set schema_version = 119;
commit;