[open-ils-commits] r15081 - trunk/Open-ILS/src/sql/Pg (scottmk)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Dec 4 11:44:17 EST 2009


Author: scottmk
Date: 2009-12-04 11:44:14 -0500 (Fri, 04 Dec 2009)
New Revision: 15081

Modified:
   trunk/Open-ILS/src/sql/Pg/008.schema.query.sql
Log:
Remove an INSERT into config.upgrade_log, inadvertently
left in while building the file.



Modified: trunk/Open-ILS/src/sql/Pg/008.schema.query.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/008.schema.query.sql	2009-12-04 16:30:22 UTC (rev 15080)
+++ trunk/Open-ILS/src/sql/Pg/008.schema.query.sql	2009-12-04 16:44:14 UTC (rev 15081)
@@ -264,8 +264,6 @@
 
 -- Create updatable view for BETWEEN expressions
 
-INSERT INTO config.upgrade_log (version) VALUES ('0107'); -- Scott McKellar
-
 CREATE OR REPLACE VIEW query.expr_xbet AS
     SELECT
 		id,



More information about the open-ils-commits mailing list