From b6f7304d69918e31dd701d4c041169aa05934aee Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 29 Apr 2014 06:12:26 -0400 Subject: [PATCH] Fix too small length of users.preferences column data type on MySQL --- CHANGELOG | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5b307b8..b032658 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,7 +30,8 @@ - Avoid popupmenus being closed when scrollbar is clicked (#1489832) - Add proxy_whitelist configuration option (#1489729) - Fix identities_level=4 handling in new_user_dialog plugin (#1489840) -- Fix varius db_prefix issues (#1489839) +- Fix various db_prefix issues (#1489839) +- Fix too small length of users.preferences column data type on MySQL RELEASE 1.0.0 ------------- -- Gitblit v1.9.1