diff --git a/twe/schema.php b/twe/schema.php index ca2ebe36..2ec07c19 100644 --- a/twe/schema.php +++ b/twe/schema.php @@ -540,6 +540,7 @@ CREATE TABLE `message` ( `src` INT(11) NOT NULL, `dest` INT(11) NOT NULL, `time` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, + `valid_until` DATETIME NOT NULL DEFAULT '9999-12-31 23:59:59', `message` TEXT NOT NULL COMMENT 'json', PRIMARY KEY (`id`), INDEX `by_owner` (`mailbox`, `time`),