Add sso db field

SSO field tracks whether the user wants to enable SSO integration
or not.
This commit is contained in:
Girish Ramakrishnan
2016-11-11 10:48:33 +05:30
parent 552ca43175
commit 8cb8510d72
2 changed files with 17 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ CREATE TABLE IF NOT EXISTS apps(
memoryLimit BIGINT DEFAULT 0,
altDomain VARCHAR(256),
xFrameOptions VARCHAR(512),
sso BOOLEAN DEFAULT 1, // whether user chose to enable SSO
lastBackupId VARCHAR(128), // tracks last valid backup, can be removed