2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added extension password to operator details

This commit is contained in:
azammitdcarf
2010-02-22 23:00:16 +00:00
parent 6ed532845e
commit f0ce240cfe
3 changed files with 26 additions and 3 deletions

View File

@@ -302,6 +302,7 @@ CREATE TABLE `operator` (
`firstName` varchar(255) NOT NULL,
`lastName` varchar(255) NOT NULL,
`extension` varchar(10) NOT NULL,
`extension_password` varchar(255),
`Time_zone_name` char(64) NOT NULL,
`enabled` tinyint(1) NOT NULL default '1',
`voip` tinyint(1) NOT NULL default '1',