add altDomain to apps table

This commit is contained in:
Girish Ramakrishnan
2016-04-19 00:02:45 -07:00
parent 0ef0e010a3
commit 415902d68e
2 changed files with 18 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ CREATE TABLE IF NOT EXISTS apps(
oauthProxy BOOLEAN DEFAULT 0,
createdAt TIMESTAMP(2) NOT NULL DEFAULT CURRENT_TIMESTAMP,
memoryLimit BIGINT DEFAULT 0,
altDomain VARCHAR(256),
lastBackupId VARCHAR(128),
lastBackupConfigJson TEXT, // used for appstore and non-appstore installs. it's here so it's easy to do REST validation