update the schema file

This commit is contained in:
Girish Ramakrishnan
2024-12-09 22:42:22 +01:00
parent 9200e6fc63
commit cec2106cfe

View File

@@ -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));