schema: update comment

This commit is contained in:
Girish Ramakrishnan
2024-12-03 16:33:59 +01:00
parent 0a4aede3a8
commit 423dfb6ace

View File

@@ -201,11 +201,7 @@ CREATE TABLE IF NOT EXISTS mail(
CHARACTER SET utf8 COLLATE utf8_bin;
/* Future fields:
* accessRestriction - to determine who can access it. So this has foreign keys
* quota - per mailbox quota
NOTE: this table exists only real mailboxes. And has unique constraint to handle
/* NOTE: this table contains only real mailboxes. And has unique constraint to handle
conflict with aliases and mailbox names
*/
CREATE TABLE IF NOT EXISTS mailboxes(