diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-26 22:11:45 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-03-14 22:57:31 -0400 |
commit | b672fc7ae113c0e01f1d7ce4ffae3eb26e57b586 (patch) | |
tree | f9ec5ab36a740b90d40daacfb4a9c03f2aaa4a2d /phpBB/viewtopic.php | |
parent | e8e5d2b2c000e8a91897b4044c6a3005f60b86ab (diff) | |
download | forums-b672fc7ae113c0e01f1d7ce4ffae3eb26e57b586.tar forums-b672fc7ae113c0e01f1d7ce4ffae3eb26e57b586.tar.gz forums-b672fc7ae113c0e01f1d7ce4ffae3eb26e57b586.tar.bz2 forums-b672fc7ae113c0e01f1d7ce4ffae3eb26e57b586.tar.xz forums-b672fc7ae113c0e01f1d7ce4ffae3eb26e57b586.zip |
[feature/new-tz-handling] Started on database updater changes.
The changes are tricky since we need to drop user_dst column from
users table, but we need it during the data migration process to
properly calculate effective timezones for all users.
The change here converts user_timezone to vchar and computes
timezone identifiers from the offsets. It uses database-specific
functions for building SQL conditionals and concatenations which
need to be implemented, probably in a separate ticket. As a result
the current code is not functional.
PHPBB3-9558
Diffstat (limited to 'phpBB/viewtopic.php')
0 files changed, 0 insertions, 0 deletions