diff options
| author | justinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-25 04:33:25 +0000 |
|---|---|---|
| committer | justinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-25 04:33:25 +0000 |
| commit | 137bf73aa007dde8f60ac072acefdb3d986c2311 (patch) | |
| tree | e3cc11fabdce542a1079e47981667810ca03034e /roundcubemail/SQL/mysql.initial.sql | |
| parent | 33f9647e56376ad3060e08c21fec870b0bde75ad (diff) | |
fixed mysql SQL scripts for new created column
git-svn-id: https://svn.roundcube.net/trunk@124 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.initial.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.initial.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/SQL/mysql.initial.sql b/roundcubemail/SQL/mysql.initial.sql index eabc75e1f..acaac7bdf 100644 --- a/roundcubemail/SQL/mysql.initial.sql +++ b/roundcubemail/SQL/mysql.initial.sql @@ -106,6 +106,7 @@ CREATE TABLE `messages` ( `user_id` int(11) unsigned NOT NULL default '0', `del` tinyint(1) NOT NULL default '0', `cache_key` varchar(128) NOT NULL default '', + `created` datetime NOT NULL default '0000-00-00 00:00:00', `idx` int(11) unsigned NOT NULL default '0', `uid` int(11) unsigned NOT NULL default '0', `subject` varchar(255) NOT NULL default '', |
