[open-ils-commits] r16430 - trunk/Open-ILS/src/sql/Pg (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu May 13 16:13:13 EDT 2010


Author: phasefx
Date: 2010-05-13 16:13:08 -0400 (Thu, 13 May 2010)
New Revision: 16430

Modified:
   trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql
Log:
fix syntax

Modified: trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql	2010-05-13 19:05:09 UTC (rev 16429)
+++ trunk/Open-ILS/src/sql/Pg/200.schema.acq.sql	2010-05-13 20:13:08 UTC (rev 16430)
@@ -784,7 +784,7 @@
     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



More information about the open-ils-commits mailing list