import sql-ledger 2.4.4
[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;