diff --git a/migrations/schema.sql b/migrations/schema.sql index e4aa28422..a3040daeb 100644 --- a/migrations/schema.sql +++ b/migrations/schema.sql @@ -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,