From b7827e6ea1619e5606011990d6b25e935b215f08 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 06 Feb 2009 04:34:02 -0500 Subject: [PATCH] - allow printing drafts --- 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