mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
feat(system): add index to commonly queried fields in the WHERE conditions of the triggers table
This commit is contained in:
@@ -0,0 +1 @@
|
||||
CREATE INDEX ix_next_execution_date ON `triggers` (`next_execution_date`);
|
||||
Reference in New Issue
Block a user