RT# 77532 - fixed error where cust main fax not showing, and fixed checking of phonet...
[freeside.git] / bin / freeside-mysql.load
1 LOAD DATABASE
2   FROM mysql://freeside@/freeside
3   INTO postgresql://freeside@/freeside
4 WITH include drop, create tables, reset sequences, create indexes
5 CAST type varbinary to varchar
6 ;