From a9a8ef2b5c39d340043a423be71bf38faef567c2 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 12 Feb 2008 14:20:14 -0500 Subject: [PATCH] Use INTERNALDATE if Date: header is missing; convert some spaces back to tabs --- 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