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

install-db.sh for MySQL-5.x generates errors #170

Open tcreek opened 4 years ago

tcreek commented 4 years ago

Just cloned everything a day ago, started the install. Now on install-db.sh I am getting the following:

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
yunginnanet commented 4 years ago

tru tru

er, translation: yes. bug is replicated on my end.

tcreek commented 4 years ago

I would assume it is making data fields during table creation too small for the data size.

tcreek commented 3 years ago

How do I merge that pull request (which @areski is ignoring) into my fork?