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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user