From dacf36d05a20d525625b91bd6635bcd8f3fc7eef Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 21 Feb 2021 15:27:00 +0000 Subject: [PATCH] Another missing index --- static/dbstructure.config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index d046831035..2185ce3c3b 100644 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -148,6 +148,7 @@ return [ "nickname" => ["nickname(32)"], "parent-uid" => ["parent-uid"], "guid" => ["guid"], + "email" => ["email(64)"], ] ], "contact" => [