Add initial support for apps.checklist

This commit is contained in:
Johannes Zellner
2024-04-17 16:54:54 +02:00
parent daa8a60da2
commit 3c7e6b59f0
5 changed files with 41 additions and 16 deletions

View File

@@ -104,6 +104,7 @@ CREATE TABLE IF NOT EXISTS apps(
icon MEDIUMBLOB,
crontab TEXT,
upstreamUri VARCHAR(256) DEFAULT "",
checklistJson TEXT, // checklist for admins
FOREIGN KEY(mailboxDomain) REFERENCES domains(domain),
FOREIGN KEY(inboxDomain) REFERENCES domains(domain),