mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
New feature: Assign the next case to an operator specifically using the administrative functions
This commit is contained in:
@@ -821,6 +821,7 @@ CREATE TABLE `operator` (
|
||||
`enabled` tinyint(1) NOT NULL default '1',
|
||||
`voip` tinyint(1) NOT NULL default '1',
|
||||
`voip_status` tinyint(1) NOT NULL default '0',
|
||||
`next_case_id` bigint(20) default NULL,
|
||||
PRIMARY KEY (`operator_id`),
|
||||
UNIQUE KEY `username` (`username`),
|
||||
UNIQUE KEY `extension` (`extension`)
|
||||
|
||||
Reference in New Issue
Block a user