From: Mischa POSLAWSKY Date: Sat, 30 Nov 2019 23:05:19 +0000 (+0100) Subject: issue: do not immediately close inserted rows X-Git-Tag: v4.3~13 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/7718ed271465c8cd292f3b1d916e743db26d4ccd issue: do not immediately close inserted rows Database fix applied earlier. --- 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,