diff --git a/migrations/schema.sql b/migrations/schema.sql index 72aff0d13..fbb6a9a02 100644 --- a/migrations/schema.sql +++ b/migrations/schema.sql @@ -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(