From 8baf1c15ec2413a0f3e2b3e36abd4511b09183b2 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 31 Jul 2013 16:25:25 +0000 Subject: [PATCH] fixed issue with MySQL_create SQL file git-svn-id: svn://192.168.202.10@2005 3d104415-ff17-0410-8863-d5cf3c621b8a --- extras/MySQL_AST_CREATE_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/MySQL_AST_CREATE_tables.sql b/extras/MySQL_AST_CREATE_tables.sql index e7bd0f62..7aafdcd5 100644 --- a/extras/MySQL_AST_CREATE_tables.sql +++ b/extras/MySQL_AST_CREATE_tables.sql @@ -3040,7 +3040,7 @@ INSERT INTO vicidial_call_menu_options SET menu_id='default---agent',option_valu INSERT INTO vicidial_scripts (script_id,script_name,script_comments,active,script_text) values('CALLNOTES','Call Notes and Appointment Setting','','Y',''); -INSERT INTO vicidial_custom_leadloader_templates VALUES ('SAMPLE_TEMPLATE','Sample template','',999,'phone_number,9|first_name,0|last_name,1|address1,3|address2,4|address3,5|city,6|state,7|postal_code,8|','custom_999','appointment_date,2|appointment_notes,9|nearest_city,2|'); +INSERT INTO vicidial_custom_leadloader_templates (template_id, template_name, template_description, list_id, standard_variables, custom_table, custom_variables, template_statuses) values ('SAMPLE_TEMPLATE','Sample template','',999,'phone_number,9|first_name,0|last_name,1|address1,3|address2,4|address3,5|city,6|state,7|postal_code,8|','custom_999','appointment_date,2|appointment_notes,9|nearest_city,2|',''); UPDATE system_settings SET qc_last_pull_time=NOW();