Skip to content

Commit

Permalink
fix calledstation for long did destination
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Sep 28, 2011
1 parent b531a08 commit 8538abf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DataBase/mysql-5.x/UPDATE-a2billing-v1.9.4-to-v1.9.5.sql
Expand Up @@ -65,6 +65,7 @@ ALTER TABLE cc_iax_buddies CHANGE host host VARCHAR( 50 ) CHARACTER SET utf8
ALTER TABLE cc_iax_buddies CHANGE DEFAULTip DEFAULTip CHAR( 50 ) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL;
ALTER TABLE cc_iax_buddies CHANGE sourceaddress sourceaddress VARCHAR( 50 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';

-- Fix for long did destination
ALTER TABLE cc_call CHANGE calledstation calledstation VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;


UPDATE cc_version SET version = '1.9.5';
UPDATE cc_version SET version = '1.9.5';

0 comments on commit 8538abf

Please sign in to comment.