From 0ed265498ca2f5b06827aa96e13f270be74fa24a Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Tue, 25 Mar 2008 11:58:41 -0400
Subject: [PATCH] * patch from #1484920

---
 SQL/mysql.initial.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql
index 4bba84c..926a83e 100644
--- a/SQL/mysql.initial.sql
+++ b/SQL/mysql.initial.sql
@@ -92,7 +92,7 @@
   `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`)
 );
 

--
Gitblit v1.9.1