another schema update
This commit is contained in:
@@ -250,6 +250,7 @@ CREATE TABLE IF NOT EXISTS tasks(
|
||||
id int NOT NULL AUTO_INCREMENT,
|
||||
type VARCHAR(32) NOT NULL,
|
||||
argsJson TEXT,
|
||||
pending BOOLEAN DEFAULT true,
|
||||
percent INTEGER DEFAULT 0,
|
||||
message TEXT,
|
||||
errorJson TEXT,
|
||||
|
||||
Reference in New Issue
Block a user