summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CommentStreams/sql/commentData.sql')
-rw-r--r--CommentStreams/sql/commentData.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommentStreams/sql/commentData.sql b/CommentStreams/sql/commentData.sql
index d8d26d73..cde12f59 100644
--- a/CommentStreams/sql/commentData.sql
+++ b/CommentStreams/sql/commentData.sql
@@ -4,5 +4,6 @@ cst_page_id int(10) unsigned,
cst_assoc_page_id int(10) unsigned,
cst_parent_page_id int(10) unsigned,
cst_comment_title varbinary(255),
+cst_id varchar(50) DEFAULT "cs-comments",
PRIMARY KEY (cst_page_id)
);