Skip to content

Commit

Permalink
Copy the 4.0.19 upgrade step into 4.2.2 as well, for users already on…
Browse files Browse the repository at this point in the history
… 4.2
  • Loading branch information
alexmv committed Jan 8, 2014
1 parent 49de1db commit c38ecca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/upgrade/4.2.2/schema.mysql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ALTER TABLE Users MODIFY EmailAddress varchar(120) CHARACTER SET utf8;
ALTER TABLE Queues
MODIFY Lifecycle varchar(32) CHARACTER SET utf8,
MODIFY CorrespondAddress varchar(120) CHARACTER SET utf8,
MODIFY CommentAddress varchar(120) CHARACTER SET utf8;

0 comments on commit c38ecca

Please sign in to comment.