Star2Billing / a2billing

A2Billing is a telecom switch and billing system capable of providing and billing a range of telecom products and services to customers such as calling card products, residential and wholesale VoIP termination, DID resale and callback services.
www.asterisk2billing.org
Other
181 stars 175 forks source link

Fix errors on install-db.sh #173

Open JoseGoncalves opened 4 years ago

JoseGoncalves commented 4 years ago

When executing install-db.sh script in a machine with MariaDB 10.3 the following errors ocurrs:

ERROR 1265 (01000) at line 121: Data truncated for column 'config_value' at row 104
ERROR 1406 (22001) at line 95: Data too long for column 'config_description' at row 165

This PR fixes that, addressing also issue #170.