summaryrefslogtreecommitdiff
path: root/sql/Pg-upgrade-2.6.3-2.6.4.sql
blob: 8456366ce04e187fb78c58615d83c5e912524ad0 (plain)
  1. --
  2. alter table orderitems add notes text;
  3. alter table invoice add notes text;
  4. alter table acc_trans add invoice_id int;
  5. --
  6. update defaults set version = '2.6.4';