Index status column of workflow runs

[MAILPOET-4673]
This commit is contained in:
David Remer
2022-10-05 09:43:29 +03:00
committed by Jan Jakeš
parent 18c4257f1f
commit 193b9ae32d

View File

@ -58,7 +58,8 @@ class Migrator {
created_at timestamp NOT NULL,
updated_at timestamp NOT NULL,
subjects longtext,
PRIMARY KEY (id)
PRIMARY KEY (id),
INDEX (status)
);
");