From 7718ed271465c8cd292f3b1d916e743db26d4ccd Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 1 Dec 2019 00:05:19 +0100 Subject: [PATCH] issue: do not immediately close inserted rows Database fix applied earlier. --- widget/comments.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/comments.sql b/widget/comments.sql index 2a4993b..3dc9f07 100644 --- a/widget/comments.sql +++ b/widget/comments.sql @@ -4,7 +4,7 @@ CREATE TABLE issues ( subject text, body text, created timestamptz DEFAULT now(), - closed timestamptz DEFAULT now(), + closed timestamptz, updated timestamptz NOT NULL DEFAULT now(), author text, assign text, -- 2.30.0