From 3fdda0f4b18da6632900ea5f625b65b23201efe9 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 14 May 2008 16:58:12 +0000 Subject: [PATCH] moving purpose to record instead of queue git-svn-id: svn://svn.open-ils.org/ILS/trunk@9601 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/012.schema.vandelay.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/012.schema.vandelay.sql b/Open-ILS/src/sql/Pg/012.schema.vandelay.sql index 5cdb1ceefe..3475e199f0 100644 --- a/Open-ILS/src/sql/Pg/012.schema.vandelay.sql +++ b/Open-ILS/src/sql/Pg/012.schema.vandelay.sql @@ -17,7 +17,7 @@ CREATE TABLE vandelay.queued_record ( 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 ); -- 2.11.0