Added web form target and ability to more easily customize web form variables in vicidial.php
git-svn-id: svn://192.168.202.10@1019 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -544,3 +544,7 @@ ALTER TABLE vicidial_campaign_stats ADD hold_sec_queue_calls MEDIUMINT(8) UNSIGN
|
||||
CREATE INDEX comment_a on live_inbound_log (comment_a);
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1118';
|
||||
|
||||
ALTER TABLE vicidial_campaigns ADD web_form_target VARCHAR(100) NOT NULL default 'vdcwebform';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1119';
|
||||
|
||||
Reference in New Issue
Block a user