From ebaf0a08b5ecab4a981e1dbda1f302de9b30c2fc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 22 Mar 2019 14:09:31 -0700 Subject: [PATCH] update schema --- migrations/schema.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/schema.sql b/migrations/schema.sql index 175f73543..cb44c7300 100644 --- a/migrations/schema.sql +++ b/migrations/schema.sql @@ -84,6 +84,8 @@ CREATE TABLE IF NOT EXISTS apps( enableBackup BOOLEAN DEFAULT 1, // misnomer: controls automatic daily backups enableAutomaticUpdate BOOLEAN DEFAULT 1, mailboxName VARCHAR(128), // mailbox of this app. default allocated as '.app' + label VARCHAR(128), // display name + tagsJson VARCHAR(2048), // array of tags // the following fields do not belong here, they can be removed when we use a queue for apptask restoreConfigJson VARCHAR(256), // used to pass backupId to restore from to apptask