store format information for restoring

fixes #483
This commit is contained in:
Girish Ramakrishnan
2017-11-16 14:47:05 -08:00
parent 489d2022e6
commit 360fa058ea
9 changed files with 58 additions and 52 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ CREATE TABLE IF NOT EXISTS apps(
enableBackup BOOLEAN DEFAULT 1,
// the following fields do not belong here, they can be removed when we use a queue for apptask
lastBackupId VARCHAR(128), // used to pass backupId to restore from to apptask
restoreConfigJson VARCHAR(256), // used to pass backupId to restore from to apptask
oldConfigJson TEXT, // used to pass old config for apptask (configure, restore)
updateConfigJson TEXT, // used to pass new config for apptask (update)