From 037d60633bbfe803e2c099cfcfda8d27c8c3a0d8 Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 27 Oct 2025 15:59:20 +0200 Subject: [PATCH] Add emailCanonical --- app/config/collections/common.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/config/collections/common.php b/app/config/collections/common.php index 2b3d10e457..d8e1c1699a 100644 --- a/app/config/collections/common.php +++ b/app/config/collections/common.php @@ -364,6 +364,17 @@ return [ 'array' => false, 'filters' => ['datetime'], ], + [ + '$id' => ID::custom('emailCanonical'), + 'type' => Database::VAR_STRING, + 'format' => '', + 'size' => 320, + 'signed' => true, + 'required' => false, + 'default' => null, + 'array' => false, + 'filters' => [], + ], [ '$id' => ID::custom('emailIsFree'), 'type' => Database::VAR_BOOLEAN,