added lead_id field to recording_log table and through vicidial.php and manager_send.php scripts
git-svn-id: svn://192.168.202.10@426 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -138,7 +138,9 @@ length_in_sec INT(10),
|
||||
length_in_min DOUBLE(8,2),
|
||||
filename VARCHAR(50),
|
||||
location VARCHAR(255),
|
||||
index (filename)
|
||||
lead_id INT(9) UNSIGNED,
|
||||
index (filename),
|
||||
index(lead_id)
|
||||
);
|
||||
|
||||
CREATE TABLE live_inbound (
|
||||
|
||||
Reference in New Issue
Block a user