pgsql/investigations/ar-creditmemo.sql
[Pman.Xtuple] / pgsql / x-dragon-poitem.sql
1 alter table poitem add column poitem_location_id INTEGER DEFAULT 0;
2
3 CREATE INDEX poitem_location_id_ix  ON poitem USING btree  (poitem_location_id);