Add created date to message cache

This commit is contained in:
thomascube
2006-01-25 18:05:40 +00:00
parent c6e808e90c
commit b59474133a
3 changed files with 57 additions and 54 deletions

View File

@@ -108,6 +108,7 @@ CREATE TABLE messages (
user_id integer NOT NULL default '0',
del tinyint NOT NULL default '0',
cache_key varchar(128) NOT NULL default '',
created datetime NOT NULL default '0000-00-00 00:00:00',
idx integer NOT NULL default '0',
uid integer NOT NULL default '0',
subject varchar(255) NOT NULL default '',