SQL language mistake

Discussions about development of VICIDIAL and astGUIclient

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

SQL language mistake

Postby buns » Wed Nov 10, 2021 6:46 am

Hi Team,

There is a SQL language Mistake in extras/MySQL_AST_CREATE_tables.sql on SVN rev 3536 : ending ',' is missing.

Index: extras/MySQL_AST_CREATE_tables.sql
===================================================================
--- extras/MySQL_AST_CREATE_tables.sql (revision 3536)
+++ extras/MySQL_AST_CREATE_tables.sql (working copy)
@@ -1380,7 +1380,7 @@
populate_lead_comments VARCHAR(40) default 'CALLERID_NAME',
drop_call_seconds_override VARCHAR(40) default 'DISABLED',
populate_lead_owner VARCHAR(20) default 'DISABLED',
-in_queue_nanque ENUM('N','Y','NO_PAUSED','NO_PAUSED_EXCEPTIONS','NO_READY') default 'N'
+in_queue_nanque ENUM('N','Y','NO_PAUSED','NO_PAUSED_EXCEPTIONS','NO_READY') default 'N',
in_queue_nanque_exceptions VARCHAR(40) default ''
) ENGINE=MyISAM;
Vicidial Consultant in France and Indian Ocean. http://vicidial.fr
buns
 
Posts: 14
Joined: Thu Nov 23, 2017 1:59 am

Re: SQL language mistake

Postby mflorell » Wed Nov 10, 2021 8:28 am

Thanks for the note!

Fixed in svn/trunk 3537
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Development

Who is online

Users browsing this forum: No registered users and 32 guests