issue: append and ignore page titles in links
[minimedit.git] / widget / comments.sql
index 54088778108f5bbe4053b61b977bb838137e1e78..5e33716da32f7843e95e441c797e0ee36fb9543c 100644 (file)
@@ -1,5 +1,6 @@
 CREATE TABLE issues (
        page       text        NOT NULL DEFAULT 'issue',
+       link       text,
        subject    text,
        body       text,
        created    timestamptz          DEFAULT now(),