mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-30 00:28:23 +00:00
Implement storage routines for periodic scheduler
This commit is contained in:
@@ -13,3 +13,6 @@ CREATE TABLE `periodic_task` (
|
||||
`nextrun` timestamp not null,
|
||||
`created` timestamp not null
|
||||
);
|
||||
|
||||
CREATE INDEX `periodic_task_nextrun_idx` ON `periodic_task`(`nextrun`);
|
||||
CREATE INDEX `periodic_task_worker_idx` ON `periodic_task`(`worker`);
|
||||
|
Reference in New Issue
Block a user