add uid to mass duplicate checking on export changes, fix bug in new export editing...
[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;