Follow the json field pattern

This commit is contained in:
Johannes Zellner
2017-04-18 11:47:18 +02:00
parent d0147a5e67
commit 4cfee06297
2 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ CREATE TABLE IF NOT EXISTS backups(
type VARCHAR(16) NOT NULL, /* 'box' or 'app' */
dependsOn TEXT, /* comma separate list of objects this backup depends on */
state VARCHAR(16) NOT NULL,
restoreConfig TEXT, /* JSON including the manifest of the backed up app */
restoreConfigJson TEXT, /* JSON including the manifest of the backed up app */
PRIMARY KEY (filename));