From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 5 May 2009 12:58:40 +0000 (+0000)
Subject: adding collection_code field to lineitem_detail.
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ad60dbd121969b9982f3d4e34185c865fd037acf;p=evergreen%2Fmasslnc.git

adding collection_code field to lineitem_detail.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@13068 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/src/sql/Pg/200.schema.acq.sql b/Open-ILS/src/sql/Pg/200.schema.acq.sql
index 45914d40c0..d10f31fc41 100644
--- a/Open-ILS/src/sql/Pg/200.schema.acq.sql
+++ b/Open-ILS/src/sql/Pg/200.schema.acq.sql
@@ -215,6 +215,7 @@ CREATE TABLE acq.lineitem_detail (
     barcode     TEXT,
     cn_label    TEXT,
     note        TEXT,
+    collection_code TEXT,
     circ_modifier   TEXT    REFERENCES config.circ_modifier (code) ON DELETE SET NULL DEFERRABLE INITIALLY DEFERRED,
     owning_lib  INT         REFERENCES actor.org_unit (id) ON DELETE SET NULL DEFERRABLE INITIALLY DEFERRED,
     location    INT         REFERENCES asset.copy_location (id) ON DELETE SET NULL DEFERRABLE INITIALLY DEFERRED,