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
3 lines
82 B
SQL
3 lines
82 B
SQL
ALTER TABLE phabricator_user.user
|
|
ADD timezoneIdentifier varchar(255) NOT NULL;
|