issue: reply option to mark announced publication
[minimedit.git] / widget / comments.sql
index b805a2a33a6fdd89082ddebf6889560b4cffbd34..fc261f82ae0c41f7ffd0416610876e5dfdd40cc0 100644 (file)
@@ -14,6 +14,7 @@ CREATE TABLE comments (
        page       text,
        raw        text,
        message    text,
+       announced  boolean     NOT NULL DEFAULT TRUE,
        created    timestamptz DEFAULT now(),
        author     text,
        id         serial      NOT NULL PRIMARY KEY