another schema update

This commit is contained in:
Girish Ramakrishnan
2025-06-19 19:43:51 +02:00
parent 79e0a1b94c
commit 6da8396c76

View File

@@ -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,