diff --git a/migrations/schema.sql b/migrations/schema.sql index efa018aca..8e7ebadb1 100644 --- a/migrations/schema.sql +++ b/migrations/schema.sql @@ -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));