Add oldConfigJson in schema file

This commit is contained in:
Girish Ramakrishnan
2015-10-09 11:08:16 -07:00
parent c2a8744240
commit 9229dd2fd5

View File

@@ -53,6 +53,9 @@ CREATE TABLE IF NOT EXISTS apps(
lastBackupId VARCHAR(128),
lastBackupConfigJson VARCHAR(2048), // used for appstore and non-appstore installs. it's here so it's easy to do REST validation
oldConfigJson VARCHAR(2048), // used to pass old config for apptask
PRIMARY KEY(id));
CREATE TABLE IF NOT EXISTS appPortBindings(