From a6b247aeaa2eb84a038a68f398f910d4f301b154 Mon Sep 17 00:00:00 2001 From: Vincent Zanotti Date: Mon, 1 Jun 2009 21:18:33 +0200 Subject: [PATCH] Allows the remind_next field to be set to NULL so that it is actually possible to disable a onebox (for instance if the user did accept our offer). Signed-off-by: Vincent Zanotti --- upgrade/0.10.1/00_inscription.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade/0.10.1/00_inscription.sql b/upgrade/0.10.1/00_inscription.sql index 36f5e77..5544217 100644 --- a/upgrade/0.10.1/00_inscription.sql +++ b/upgrade/0.10.1/00_inscription.sql @@ -28,7 +28,7 @@ CREATE TABLE IF NOT EXISTS reminder ( type_id INT NOT NULL, status ENUM('yes', 'no', 'dismissed') NOT NULL, remind_last TIMESTAMP NOT NULL, - remind_next TIMESTAMP NOT NULL, + remind_next TIMESTAMP NULL, PRIMARY KEY(uid, type_id) ) CHARSET=utf8; -- 2.1.4