Add apps.upstreamUri support

This commit is contained in:
Johannes Zellner
2022-06-08 11:21:09 +02:00
parent a955457ee7
commit 6a7379e64c
5 changed files with 49 additions and 3 deletions

View File

@@ -102,6 +102,7 @@ CREATE TABLE IF NOT EXISTS apps(
appStoreIcon MEDIUMBLOB,
icon MEDIUMBLOB,
crontab TEXT,
upstreamUri VARCHAR(256) DEFAULT "",
FOREIGN KEY(mailboxDomain) REFERENCES domains(domain),
FOREIGN KEY(taskId) REFERENCES tasks(id),