source install: persist buildConfig so restore, import, clone work correctly
This commit is contained in:
@@ -109,6 +109,7 @@ CREATE TABLE IF NOT EXISTS apps(
|
||||
crontab TEXT,
|
||||
upstreamUri VARCHAR(256) DEFAULT "",
|
||||
checklistJson TEXT, // checklist for admins
|
||||
buildConfigJson TEXT, // { buildArgs, dockerfileName } for source installs
|
||||
|
||||
FOREIGN KEY(mailboxDomain) REFERENCES domains(domain),
|
||||
FOREIGN KEY(inboxDomain) REFERENCES domains(domain),
|
||||
|
||||
Reference in New Issue
Block a user