issue: do not immediately close inserted rows
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 30 Nov 2019 23:05:19 +0000 (00:05 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 5 Dec 2019 18:02:07 +0000 (19:02 +0100)
Database fix applied earlier.

widget/comments.sql

index 2a4993b056eb5062d7bfd0e7a10f7301493a394e..3dc9f07e95f58be22671d2dcb01ab8d041a2af74 100644 (file)
@@ -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,