Change manifestJson column from VARCHAR to TEXT

This commit is contained in:
Johannes Zellner
2015-11-13 10:15:27 +01:00
parent 8bd9a6c109
commit d9bfcc7c8a
2 changed files with 17 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ CREATE TABLE IF NOT EXISTS apps(
runState VARCHAR(512),
health VARCHAR(128),
containerId VARCHAR(128),
manifestJson VARCHAR(2048),
manifestJson TEXT,
httpPort INTEGER, // this is the nginx proxy port and not manifest.httpPort
location VARCHAR(128) NOT NULL UNIQUE,
dnsRecordId VARCHAR(512),