Make installationProgress TEXT

Some error messages from apptask can be very long! This cases the db
update to fail. In turn causing the installationState to not be set.
This commit is contained in:
Girish Ramakrishnan
2016-06-20 22:30:17 -05:00
parent b59739ec54
commit a9b91591b4
2 changed files with 17 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ CREATE TABLE IF NOT EXISTS apps(
id VARCHAR(128) NOT NULL UNIQUE,
appStoreId VARCHAR(128) NOT NULL,
installationState VARCHAR(512) NOT NULL,
installationProgress VARCHAR(512),
installationProgress TEXT,
runState VARCHAR(512),
health VARCHAR(128),
containerId VARCHAR(128),