[open-ils-commits] r15485 - trunk/Open-ILS/src/sql/Pg (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 9 15:38:32 EST 2010
Author: erickson
Date: 2010-02-09 15:38:27 -0500 (Tue, 09 Feb 2010)
New Revision: 15485
Modified:
trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql
Log:
lineitem item_count was changed to a virtual field in the IDL some time ago. the column was never used. removing from the schema for future installs
Modified: trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql 2010-02-09 18:00:11 UTC (rev 15484)
+++ trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql 2010-02-09 20:38:27 UTC (rev 15485)
@@ -412,7 +412,6 @@
marc TEXT NOT NULL,
eg_bib_id INT REFERENCES biblio.record_entry (id) DEFERRABLE INITIALLY DEFERRED,
source_label TEXT,
- item_count INT NOT NULL DEFAULT 0,
state TEXT NOT NULL DEFAULT 'new',
CONSTRAINT picklist_or_po CHECK (picklist IS NOT NULL OR purchase_order IS NOT NULL)
);
More information about the open-ils-commits
mailing list