source install: persist buildConfig so restore, import, clone work correctly

This commit is contained in:
Girish Ramakrishnan
2026-03-27 16:09:18 +01:00
parent 9c3c8cc9d1
commit 99b234eca8
6 changed files with 48 additions and 28 deletions
+1
View File
@@ -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),