Add per-app notes feature
This commit is contained in:
@@ -92,6 +92,7 @@ CREATE TABLE IF NOT EXISTS apps(
|
||||
inboxName VARCHAR(128), // mailbox of this app
|
||||
inboxDomain VARCHAR(128), // mailbox domain of this app
|
||||
label VARCHAR(128), // display name
|
||||
notes TEXT, // free form notes for admins
|
||||
tagsJson VARCHAR(2048), // array of tags
|
||||
storageVolumeId VARCHAR(128),
|
||||
storageVolumePrefix VARCHAR(128),
|
||||
|
||||
Reference in New Issue
Block a user