From 112bff6f1129de9966155f841bb0a6e855110886 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 10 Oct 2007 06:38:23 +0000 Subject: Set prefs field in user table to null (#1484386) --- SQL/mysql.initial.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SQL/mysql.initial.sql') diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql index 4bba84c6a..926a83eab 100644 --- a/SQL/mysql.initial.sql +++ b/SQL/mysql.initial.sql @@ -92,7 +92,7 @@ CREATE TABLE `users` ( `created` datetime NOT NULL default '0000-00-00 00:00:00', `last_login` datetime NOT NULL default '0000-00-00 00:00:00', `language` varchar(5) NOT NULL default 'en', - `preferences` text NOT NULL default '', + `preferences` text, PRIMARY KEY (`user_id`) ); -- cgit v1.2.3