summaryrefslogtreecommitdiff
path: root/schema/versions
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-01 15:52:09 +0400
committerAndrew Dolgov <[email protected]>2012-02-01 15:52:09 +0400
commit6841e9d75f894828f339b00480f2321a20d7372a (patch)
tree6c3b51c6139be72b38731d0fbe60ccee8040fac6 /schema/versions
parent6d490c44440b448513f7df2fcfed747a3d635869 (diff)
update preferred time description to mention UTC
Diffstat (limited to 'schema/versions')
-rw-r--r--schema/versions/mysql/89.sql2
-rw-r--r--schema/versions/pgsql/89.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/schema/versions/mysql/89.sql b/schema/versions/mysql/89.sql
index 55330a25c..9727a9c42 100644
--- a/schema/versions/mysql/89.sql
+++ b/schema/versions/mysql/89.sql
@@ -1,6 +1,6 @@
begin;
-insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_PREFERRED_TIME', 2, '00:00', 'Try to send digests around specified time', 1, 'Uses server timezone');
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_PREFERRED_TIME', 2, '00:00', 'Try to send digests around specified time', 1, 'Uses UTC timezone');
update ttrss_version set schema_version = 89;
diff --git a/schema/versions/pgsql/89.sql b/schema/versions/pgsql/89.sql
index 55330a25c..9727a9c42 100644
--- a/schema/versions/pgsql/89.sql
+++ b/schema/versions/pgsql/89.sql
@@ -1,6 +1,6 @@
begin;
-insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_PREFERRED_TIME', 2, '00:00', 'Try to send digests around specified time', 1, 'Uses server timezone');
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_PREFERRED_TIME', 2, '00:00', 'Try to send digests around specified time', 1, 'Uses UTC timezone');
update ttrss_version set schema_version = 89;