mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
25bbe741f4
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
2 lines
82 B
SQL
2 lines
82 B
SQL
ALTER TABLE phabricator_user.user
|
|
ADD timezoneIdentifier varchar(255) NOT NULL;
|