From fd3fb65047c5e83525b011fbfc2682ff73f1ecba Mon Sep 17 00:00:00 2001 From: Shawn Kwang Date: Wed, 12 Sep 2018 15:43:13 -0500 Subject: [PATCH] fixed semicolons should be colons --- db/constraints.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/constraints.sql b/db/constraints.sql index 9f86787d4c..09aec9cf6f 100644 --- a/db/constraints.sql +++ b/db/constraints.sql @@ -186,8 +186,8 @@ alter table private_messages add index userid(userid); alter table consent - add index userid_ctid(userid, consent_type_id); - add index consent_timestamp(consent_time); + add index userid_ctid(userid, consent_type_id), + add index consent_timestamp(consent_time), add index flag_ctid(consent_flag, consent_type_id); alter table consent