This commit is contained in:
parent
77d7a8624c
commit
b03e85db0b
7 changed files with 77 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE workers
|
||||
DROP IF EXISTS queue_enable;
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE workers
|
||||
ADD queue_enable boolean NOT NULL DEFAULT false;
|
Loading…
Add table
Add a link
Reference in a new issue