import Net::Whois::Raw into install/5.005 directory *sigh*
[freeside.git] / sql-ledger / sql / Pg-upgrade-1.2.6-1.2.7.sql
1 --
2 -- add the field shiptoemail to the customer table
3 --
4 alter table customer add column shiptoemail text;