summaryrefslogtreecommitdiff
path: root/sql-ledger/sql/Pg-upgrade-1.2.6-1.2.7.sql
blob: 159f31b3eb5c460161cc1ad6917b4276f8420c90 (plain)
1
2
3
4
--
-- add the field shiptoemail to the customer table
--
alter table customer add column shiptoemail text;