apps: add icon and appStoreIcon to database

This commit is contained in:
Girish Ramakrishnan
2021-04-30 13:18:15 -07:00
parent 64414eb932
commit 0062e6d9fe
7 changed files with 99 additions and 81 deletions
+2
View File
@@ -91,6 +91,8 @@ CREATE TABLE IF NOT EXISTS apps(
errorJson TEXT,
servicesConfigJson TEXT, // app services configuration
containerIp VARCHAR(16) UNIQUE, // this is not-null because of ip allocation fails, user can 'repair'
appStoreIcon MEDIUMBLOB,
icon MEDIUMBLOB,
FOREIGN KEY(mailboxDomain) REFERENCES domains(domain),
FOREIGN KEY(taskId) REFERENCES tasks(id),