Add option to toggle app automatic updates

This commit is contained in:
Girish Ramakrishnan
2018-12-07 09:03:28 -08:00
parent dfa61f1b2d
commit 3bad9e523c
7 changed files with 33 additions and 5 deletions

View File

@@ -80,6 +80,7 @@ CREATE TABLE IF NOT EXISTS apps(
debugModeJson TEXT, // options for development mode
robotsTxt TEXT,
enableBackup BOOLEAN DEFAULT 1, // misnomer: controls automatic daily backups
enableAutomaticUpdate BOOLEAN DEFAULT 1,
mailboxName VARCHAR(128), // mailbox of this app
// the following fields do not belong here, they can be removed when we use a queue for apptask