issue: do not immediately close inserted rows
[minimedit.git] / 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,