Added STC(settings-container) and LTT(lead temp table) message playback options for the VD_amd.agi script
git-svn-id: svn://192.168.202.10@3235 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1226,3 +1226,15 @@ index (remote_address)
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1593',db_schema_update_date=NOW() where db_schema_version < 1593;
|
||||
|
||||
CREATE TABLE vicidial_lead_messages (
|
||||
lead_id INT(9) UNSIGNED NOT NULL,
|
||||
call_date DATETIME,
|
||||
user VARCHAR(20) DEFAULT NULL,
|
||||
played TINYINT(3) default '0',
|
||||
message_entry MEDIUMTEXT,
|
||||
index (lead_id),
|
||||
index (call_date)
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1594',db_schema_update_date=NOW() where db_schema_version < 1594;
|
||||
|
||||
Reference in New Issue
Block a user