big update for customer self-service: add provisioning/unprovisioning of purchased...
[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;