LP 1499123: 0951.schema.config.standing_penalty.ignore_proximity.sql.
authorJason Stephenson <jstephenson@mvlcstaff.org>
Thu, 19 May 2016 14:33:18 +0000 (10:33 -0400)
committerKathy Lussier <klussier@masslnc.org>
Thu, 19 May 2016 15:20:35 +0000 (11:20 -0400)
The script was not inserting the version into config.upgrade_log when
run standalone because the line to do so was still commented out.
This commit removes the comment characters.

Signed-off-by: Jason Stephenson <jstephenson@mvlcstaff.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/sql/Pg/upgrade/0951.schema.config.standing_penalty.ignore_proximity.sql

index 3452869..a4391a2 100644 (file)
@@ -1,6 +1,6 @@
 BEGIN;
 
---SELECT evergreen.upgrade_deps_block_check('0951', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0951', :eg_version);
 
 ALTER TABLE config.standing_penalty
       ADD COLUMN ignore_proximity INTEGER;