widget/reply: save raw message input before formatting
[minimedit.git] / widget / comments.sql
index 3a5fcfc2fc6765c262ee484c012c9398379649bc..a1520793c06a2ff121f3b7bb8e9304e64e466c00 100644 (file)
@@ -13,6 +13,7 @@ CREATE TABLE issues (
 
 CREATE TABLE comments (
        page       text,
+       raw        text,
        message    text,
        created    timestamptz DEFAULT now(),
        author     text,