aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/mysql_upgrader.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-06-04 23:28:48 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-06-18 15:08:46 +0200
commit3c6272ff0475dc19cc67553f370ce227214d0613 (patch)
treed7abf3d7b6ca6fe97c2dca9ee551d491fa460756 /phpBB/develop/mysql_upgrader.php
parent963d4afc2cf5fb2903ed02ada20cdbf0188d57db (diff)
downloadforums-3c6272ff0475dc19cc67553f370ce227214d0613.tar
forums-3c6272ff0475dc19cc67553f370ce227214d0613.tar.gz
forums-3c6272ff0475dc19cc67553f370ce227214d0613.tar.bz2
forums-3c6272ff0475dc19cc67553f370ce227214d0613.tar.xz
forums-3c6272ff0475dc19cc67553f370ce227214d0613.zip
[feature/new-tz-handling] Remove appearances of board_dst and user_dst
PHPBB3-9558
Diffstat (limited to 'phpBB/develop/mysql_upgrader.php')
-rw-r--r--phpBB/develop/mysql_upgrader.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/develop/mysql_upgrader.php b/phpBB/develop/mysql_upgrader.php
index 0498f826ab..7f82ebfeab 100644
--- a/phpBB/develop/mysql_upgrader.php
+++ b/phpBB/develop/mysql_upgrader.php
@@ -1229,8 +1229,7 @@ function get_schema_struct()
'user_inactive_time' => array('TIMESTAMP', 0),
'user_posts' => array('UINT', 0),
'user_lang' => array('VCHAR:30', ''),
- 'user_timezone' => array('DECIMAL', 0),
- 'user_dst' => array('BOOL', 0),
+ 'user_timezone' => array('VCHAR:100', 'UTC'),
'user_dateformat' => array('VCHAR_UNI:30', 'd M Y H:i'),
'user_style' => array('UINT', 0),
'user_rank' => array('UINT', 0),