schema: add missing args to tasks table

This commit is contained in:
Girish Ramakrishnan
2021-09-30 09:01:43 -07:00
parent 6bcef05e2a
commit 339fdfbea1

View File

@@ -222,6 +222,7 @@ CREATE TABLE IF NOT EXISTS subdomains(
CREATE TABLE IF NOT EXISTS tasks(
id int NOT NULL AUTO_INCREMENT,
type VARCHAR(32) NOT NULL,
argsJson TEXT,
percent INTEGER DEFAULT 0,
message TEXT,
errorJson TEXT,