docs updates

fixed bug in MySQL create sql file

git-svn-id: svn://192.168.202.10@716 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-11-14 14:47:07 +00:00
parent e58dc3d3b8
commit 354f7da9fc
5 changed files with 76 additions and 54 deletions
+1 -1
View File
@@ -985,7 +985,7 @@ CREATE TABLE vicidial_live_inbound_agents (
user VARCHAR(20),
group_id VARCHAR(20),
group_weight TINYINT(1) default '0',
calls_today SMALLINT(5) UNSIGNED default '0';
calls_today SMALLINT(5) UNSIGNED default '0',
last_call_time DATETIME,
last_call_finish DATETIME,
index (group_id),