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