RT# 21110 - cleaned up jQuery Validate link to be compatible with other links.
[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 ;