diff --git a/migrations/schema.sql b/migrations/schema.sql index 1ce6ce7f0..64901f8e5 100644 --- a/migrations/schema.sql +++ b/migrations/schema.sql @@ -75,7 +75,7 @@ CREATE TABLE IF NOT EXISTS apps( sso BOOLEAN DEFAULT 1, // whether user chose to enable SSO debugModeJson TEXT, // options for development mode robotsTxt TEXT, - enableBackup BOOLEAN DEFAULT 1, + enableBackup BOOLEAN DEFAULT 1, // misnomer: controls automatic daily backups // 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