jobqueue: add channel to workers
Stores the channel alongside the worker.
This commit is contained in:
parent
ede798ae6c
commit
1b4935c325
9 changed files with 46 additions and 26 deletions
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE workers
|
||||
ADD COLUMN channel varchar NOT NULL DEFAULT '';
|
||||
Loading…
Add table
Add a link
Reference in a new issue