From b0d56e93f542a348b0695705dcae3b07fa2fea09 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 06 Jul 2009 13:44:35 -0400 Subject: [PATCH] - simple fix for malformed Content-Disposition (#1485965) --- SQL/mysql.update.sql | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index 74ff533..5590099 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -41,3 +41,6 @@ ALTER TABLE `cache` ADD INDEX `created_index` (`created`); + +ALTER TABLE `users` + CHANGE `language` `language` varchar(5); -- Gitblit v1.9.1