jobqueue: add channel to workers

Stores the channel alongside the worker.
This commit is contained in:
Sanne Raymaekers 2024-04-19 11:52:21 +02:00
parent ede798ae6c
commit 1b4935c325
9 changed files with 46 additions and 26 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE workers
ADD COLUMN channel varchar NOT NULL DEFAULT '';