From: miker Date: Wed, 8 Oct 2008 18:53:38 +0000 (+0000) Subject: allow the database to support a NULL item price X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c5d20f81fea5c4430d90c2e862629abe6b9ddecc;p=Evergreen.git allow the database to support a NULL item price git-svn-id: svn://svn.open-ils.org/ILS/trunk@10793 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/040.schema.asset.sql b/Open-ILS/src/sql/Pg/040.schema.asset.sql index 598c445d56..805920f024 100644 --- a/Open-ILS/src/sql/Pg/040.schema.asset.sql +++ b/Open-ILS/src/sql/Pg/040.schema.asset.sql @@ -50,7 +50,7 @@ CREATE TABLE asset.copy ( ref BOOL NOT NULL DEFAULT FALSE, holdable BOOL NOT NULL DEFAULT TRUE, deposit_amount NUMERIC(6,2) NOT NULL DEFAULT 0.00, - price NUMERIC(8,2) NOT NULL DEFAULT 0.00, + price NUMERIC(8,2), barcode TEXT NOT NULL, circ_modifier TEXT, circ_as_type TEXT,