From 705ed1057e5157ac3c5d0f48c26d0cedbd87af5d Mon Sep 17 00:00:00 2001 From: Venu Vardhan Reddy Tekula Date: Tue, 9 Jun 2020 23:31:49 +0530 Subject: [PATCH] fix typos in schema :facepalm: --- schema/gitlabcomments_issues.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/gitlabcomments_issues.csv b/schema/gitlabcomments_issues.csv index 95e3adc27..f85b95701 100644 --- a/schema/gitlabcomments_issues.csv +++ b/schema/gitlabcomments_issues.csv @@ -25,7 +25,7 @@ body_analyzed,text,true,"Body of the issue/comment." comment_updated_at,date,true,"Date when the comment was updated." gitlab_repo,keyword,true,"The name of the GitLab repository." grimoire_creation_date,date,true,"Issue/comment creation date." -id,keyword,true,"Issue/comment ID."" +id,keyword,true,"Issue/comment ID." is_gitlab_comment,long,true,"Used to unify issue and issue comments." is_gitlab_issue,long,true,"Used to separate issues from comments." is_gitlab_issue_comment,long,true,"Used to separate comments from issues."