archive: add appConfig, icon and appStoreIcon
This commit is contained in:
@@ -157,6 +157,9 @@ CREATE TABLE IF NOT EXISTS backups(
|
||||
format VARCHAR(16) DEFAULT "tgz",
|
||||
preserveSecs INTEGER DEFAULT 0,
|
||||
archive BOOLEAN DEFAULT 0,
|
||||
appStoreIcon MEDIUMBLOB, /* only valid with archive */
|
||||
icon MEDIUMBLOB, /* only valid with archive */
|
||||
appConfigJson TEXT, /* only valid with archive */
|
||||
|
||||
INDEX creationTime_index (creationTime),
|
||||
PRIMARY KEY (id));
|
||||
|
||||
Reference in New Issue
Block a user