From 15190f032a905ab34ed045852a3464ac04dcbbf3 Mon Sep 17 00:00:00 2001 From: Oleg Silkin Date: Wed, 29 May 2019 17:16:34 -0400 Subject: [PATCH] adds a whitespace --- schema/comments_ddl.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/comments_ddl.sql b/schema/comments_ddl.sql index 41719dc..7727119 100644 --- a/schema/comments_ddl.sql +++ b/schema/comments_ddl.sql @@ -57,4 +57,4 @@ CREATE VIEW IF NOT EXISTS COMMENT_REPLIES (Author, CommentBody, ParentAuthor, Pa -- this is the default channel for anyone who wants to publish anonymously INSERT INTO CHANNEL -VALUES ('9cb713f01bf247a0e03170b5ed00d5161340c486', '@Anonymous'); \ No newline at end of file +VALUES ('9cb713f01bf247a0e03170b5ed00d5161340c486', '@Anonymous');