add identifier to backups table

This commit is contained in:
Girish Ramakrishnan
2020-06-14 11:29:07 -07:00
parent f6dcba025f
commit 4f964101a0
6 changed files with 54 additions and 4 deletions
+1
View File
@@ -125,6 +125,7 @@ CREATE TABLE IF NOT EXISTS backups(
packageVersion VARCHAR(128) NOT NULL, /* app version or box version */
encryptionVersion INTEGER, /* when null, unencrypted backup */
type VARCHAR(16) NOT NULL, /* 'box' or 'app' */
identifier VARCHAR(128) NOT NULL, /* 'box' or the app id */
dependsOn TEXT, /* comma separate list of objects this backup depends on */
state VARCHAR(16) NOT NULL,
manifestJson TEXT, /* to validate if the app can be installed in this version of box */