update the schema file
This commit is contained in:
@@ -156,6 +156,7 @@ CREATE TABLE IF NOT EXISTS backups(
|
||||
manifestJson TEXT, /* to validate if the app can be installed in this version of box */
|
||||
format VARCHAR(16) DEFAULT "tgz",
|
||||
preserveSecs INTEGER DEFAULT 0,
|
||||
archive BOOLEAN DEFAULT 0,
|
||||
|
||||
INDEX creationTime_index (creationTime),
|
||||
PRIMARY KEY (id));
|
||||
|
||||
Reference in New Issue
Block a user