[open-ils-commits] r13068 - trunk/Open-ILS/src/sql/Pg (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue May 5 08:58:41 EDT 2009
Author: erickson
Date: 2009-05-05 08:58:40 -0400 (Tue, 05 May 2009)
New Revision: 13068
Modified:
trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql
Log:
adding collection_code field to lineitem_detail.
Modified: trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql 2009-05-05 12:56:21 UTC (rev 13067)
+++ trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql 2009-05-05 12:58:40 UTC (rev 13068)
@@ -215,6 +215,7 @@
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,
More information about the open-ils-commits
mailing list