[open-ils-commits] r9601 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed May 14 12:58:15 EDT 2008
Author: miker
Date: 2008-05-14 12:58:12 -0400 (Wed, 14 May 2008)
New Revision: 9601
Modified:
trunk/Open-ILS/src/sql/Pg/012.schema.vandelay.sql
Log:
moving purpose to record instead of queue
Modified: trunk/Open-ILS/src/sql/Pg/012.schema.vandelay.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/012.schema.vandelay.sql 2008-05-14 16:57:04 UTC (rev 9600)
+++ trunk/Open-ILS/src/sql/Pg/012.schema.vandelay.sql 2008-05-14 16:58:12 UTC (rev 9601)
@@ -17,7 +17,7 @@
id BIGSERIAL PRIMARY KEY,
create_time TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW(),
import_time TIMESTAMP WITH TIME ZONE,
- purpose TEXT NOT NULL DEFAULT 'import' CHECK (queue_purpose IN ('import','overlay')),
+ purpose TEXT NOT NULL DEFAULT 'import' CHECK (purpose IN ('import','overlay')),
marc TEXT NOT NULL
);
More information about the open-ils-commits
mailing list