This commit is contained in:
parent
9eb3b32564
commit
4248c011f8
|
@ -0,0 +1,5 @@
|
|||
-- Place your SQL code here
|
||||
ALTER TABLE pbx.queue ADD IF NOT EXISTS departmentFk int(11) NULL;
|
||||
ALTER TABLE pbx.queue ADD CONSTRAINT queue_department_FK FOREIGN KEY IF NOT EXISTS (departmentFk) REFERENCES vn.department(id);
|
||||
|
||||
|
Loading…
Reference in New Issue