This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2024-11-10 17:02:41 +01:00
Code
Issues
Releases
Wiki
Activity
2a894438ae
phorge-phorge
/
resources
/
sql
/
patches
/
045.timezone.sql
3 lines
82 B
MySQL
Raw
Normal View
History
Unescape
Escape
Add timezone support Summary: Allows user-configurable timezones. Adds a preference panel, and migrates to the new date rendering in easily-modified areas of the code. ***In progress***. Test Plan: Check database to make sure the field is being changed when the settings are changed; check affected views to see how they render times. Reviewed By: epriestley Reviewers: epriestley CC: aran, epriestley, toulouse Differential Revision: 475
2011-06-18 22:07:02 +02:00
ALTER
TABLE
phabricator_user
.
user
Provide a default non-NULL timezone in the PhabricatorUser class Summary: Without this, user creation throws an exception when trying to insert NULL into a non-NULL field. Test Plan: Created a new user. Reviewed By: fratrik Reviewers: fratrik, toulouse, aran, jungejason, tuomaspelkonen CC: aran, fratrik Differential Revision: 480
2011-06-20 22:00:31 +02:00
ADD
timezoneIdentifier
varchar
(
255
)
NOT
NULL
;
Copy permalink