added xfercallid link to vicidial_closer_log table

updated version and docs in trunk

git-svn-id: svn://192.168.202.10@758 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-01-03 18:05:50 +00:00
parent 393d075292
commit 1dbee5f908
6 changed files with 33 additions and 10 deletions
@@ -378,6 +378,7 @@ comments VARCHAR(255),
processed ENUM('Y','N'),
queue_seconds DECIMAL(7,2) default '0',
user_group VARCHAR(20),
xfercallid INT(9) UNSIGNED,
index (lead_id),
index (call_date)
);