LP 1499123: 0951.schema.config.standing_penalty.ignore_proximity.sql. collab/dyrcona/lp1499123_0951-upgrade-fix
authorJason Stephenson <jstephenson@mvlcstaff.org>
Thu, 19 May 2016 14:33:18 +0000 (10:33 -0400)
committerJason Stephenson <jstephenson@mvlcstaff.org>
Thu, 19 May 2016 14:41:03 +0000 (10:41 -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>
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;