adding collection_code field to lineitem_detail.
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 5 May 2009 12:58:40 +0000 (12:58 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 5 May 2009 12:58:40 +0000 (12:58 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13068 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/200.schema.acq.sql

index 45914d4..d10f31f 100644 (file)
@@ -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,