Skip to content

Commit

Permalink
Fix for MySQL 4 users with long email address field
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/stable_plus@3461 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 22, 2007
1 parent c36be3d commit e7493f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/install/create-mysql.sql
Expand Up @@ -240,7 +240,7 @@ CREATE TABLE `prefix_users` (
`full_name` varchar(50) NOT NULL,
`parent_id` int(10) unsigned NOT NULL,
`lang` varchar(20),
`email` varchar(320) NOT NULL UNIQUE,
`email` varchar(320),
`create_survey` tinyint(1) NOT NULL default '0',
`create_user` tinyint(1) NOT NULL default '0',
`delete_user` tinyint(1) NOT NULL default '0',
Expand Down

0 comments on commit e7493f2

Please sign in to comment.