From: phasefx Date: Thu, 13 May 2010 20:13:08 +0000 (+0000) Subject: fix syntax X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c8fdc979f6ba0c44a976f2f0fb335c7bbf7ed75e;p=evergreen%2Fmasslnc.git fix syntax git-svn-id: svn://svn.open-ils.org/ILS/trunk@16430 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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