diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-18 00:38:36 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-18 00:38:36 +0000 |
commit | 8b6796fa5f515b090b0c187e5d1303398868f975 (patch) | |
tree | a5b2a072ed6689209f3c7108b033922b49c34b38 /modules/user/helpers | |
parent | c031fcef23a250f9739e911e8f1deeba924ad76c (diff) |
Synchronize the model rules with the database definitions and vice-versa.
Diffstat (limited to 'modules/user/helpers')
-rw-r--r-- | modules/user/helpers/user_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/helpers/user_installer.php b/modules/user/helpers/user_installer.php index 962eb86b..ddcdf849 100644 --- a/modules/user/helpers/user_installer.php +++ b/modules/user/helpers/user_installer.php @@ -29,7 +29,7 @@ class user_installer { if ($version == 0) { $db->query("CREATE TABLE IF NOT EXISTS `users` ( `id` int(9) NOT NULL auto_increment, - `name` varchar(255) NOT NULL, + `name` varchar(32) NOT NULL, `display_name` varchar(255) NOT NULL, `password` varchar(128) NOT NULL, `login_count` int(10) unsigned NOT NULL DEFAULT 0, |