Added campaign option for Callbacks Display Days which can limit the scheduled callbacks displayed to an agent by a number of days from now
git-svn-id: svn://192.168.202.10@2744 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -227,3 +227,7 @@ index(call_date)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1502',db_schema_update_date=NOW() where db_schema_version < 1502;
|
||||
|
||||
ALTER TABLE vicidial_campaigns ADD callback_display_days SMALLINT(3) default '0';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1503',db_schema_update_date=NOW() where db_schema_version < 1503;
|
||||
|
||||
Reference in New Issue
Block a user