X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/aee71926fef0a65076c0c40b4c3280506dec5aba..3671d53f7cdf7bfbf628d7d5adbb2e2847450fb9:/widget/comments.sql diff --git a/widget/comments.sql b/widget/comments.sql index 3a5fcfc..a152079 100644 --- a/widget/comments.sql +++ b/widget/comments.sql @@ -13,6 +13,7 @@ CREATE TABLE issues ( CREATE TABLE comments ( page text, + raw text, message text, created timestamptz DEFAULT now(), author text,