summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CommentStreams/sql/addCommentId.sql')
-rw-r--r--CommentStreams/sql/addCommentId.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommentStreams/sql/addCommentId.sql b/CommentStreams/sql/addCommentId.sql
new file mode 100644
index 00000000..5087c2ee
--- /dev/null
+++ b/CommentStreams/sql/addCommentId.sql
@@ -0,0 +1 @@
+ALTER TABLE /*_*/cs_comment_data ADD cst_id varchar(50) DEFAULT "cs-comments";