add per-agent invoice templates, add per-package suspend invoice events, fix automati...
[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;