From c5d20f81fea5c4430d90c2e862629abe6b9ddecc Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 8 Oct 2008 18:53:38 +0000 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/040.schema.asset.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.2