From: Michael Date: Sun, 8 Jan 2017 20:11:15 +0000 (+0000) Subject: it should be "gid" not "cid" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=28b2e599fb6ee3ee9ca0f3e3791482686cdbb902;p=friendica.git it should be "gid" not "cid" --- diff --git a/include/dbstructure.php b/include/dbstructure.php index e519562b49..5c89f49fb9 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -806,7 +806,7 @@ function db_definition($charset) { ), "indexes" => array( "PRIMARY" => array("id"), - "cid_contactid" => array("cid", "contact-id"), + "gid_contactid" => array("gid", "contact-id"), "uid_contactid" => array("uid", "contact-id"), "uid_gid_contactid" => array("UNIQUE", "uid", "gid", "contact-id"), )