From 652cc48b772c3fcc4f932afecf29741ab3e632a7 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 14 Nov 2008 07:42:20 +0000 Subject: change the display name to a varchar --- modules/user/helpers/user_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/helpers') diff --git a/modules/user/helpers/user_installer.php b/modules/user/helpers/user_installer.php index 6b74200c..bdb0d594 100644 --- a/modules/user/helpers/user_installer.php +++ b/modules/user/helpers/user_installer.php @@ -30,7 +30,7 @@ class user_installer { $db->query("CREATE TABLE IF NOT EXISTS `users` ( `id` int(9) NOT NULL auto_increment, `name` varchar(255) NOT NULL, - `display_name` char(255) NOT NULL, + `display_name` varchar(255) NOT NULL, `password` varchar(128) NOT NULL, `login_count` int(10) unsigned NOT NULL DEFAULT 0, `last_login` int(10) unsigned NOT NULL DEFAULT 0, -- cgit v1.2.3