From c8fdc979f6ba0c44a976f2f0fb335c7bbf7ed75e Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 13 May 2010 20:13:08 +0000 Subject: [PATCH] fix syntax git-svn-id: svn://svn.open-ils.org/ILS/trunk@16430 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/200.schema.acq.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/200.schema.acq.sql b/Open-ILS/src/sql/Pg/200.schema.acq.sql index caf6aa8a09..224b2814ae 100644 --- a/Open-ILS/src/sql/Pg/200.schema.acq.sql +++ b/Open-ILS/src/sql/Pg/200.schema.acq.sql @@ -784,7 +784,7 @@ CREATE TABLE acq.edi_message ( jedi TEXT, error TEXT, purchase_order INT REFERENCES acq.purchase_order - DEFERRABLE INITIALLY DEFERRED; + DEFERRABLE INITIALLY DEFERRED ); -- Note below that the primary key is NOT a SERIAL type. We will periodically truncate and rebuild -- 2.11.0