updated Dutch agent translation

fixed bug 272, changes made to the database schema

git-svn-id: svn://192.168.202.10@1299 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-01-09 04:16:02 +00:00
parent 988c8e48bf
commit d8269d9afe
21 changed files with 439 additions and 427 deletions
+2 -1
View File
@@ -1632,7 +1632,8 @@ lead_id INT(9) UNSIGNED,
hangup_cause TINYINT(1) UNSIGNED default '0',
dialstatus VARCHAR(16),
channel VARCHAR(100),
dial_time SMALLINT(2) UNSIGNED default '0',
dial_time SMALLINT(3) UNSIGNED default '0',
answered_time SMALLINT(4) UNSIGNED default '0',
index (call_date)
);