prevent conflicts within 2.4.3-2.5.0 upgrade script
authorChris Sharp <csharp@georgialibraries.org>
Mon, 21 May 2018 12:41:28 +0000 (08:41 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 May 2018 12:41:28 +0000 (08:41 -0400)
Open-ILS/src/sql/Pg/version-upgrade/2.4.3-2.5.0-upgrade-db.sql

index 45a26ca..9c1dd0f 100644 (file)
@@ -1736,6 +1736,10 @@ INSERT into config.org_unit_setting_type
     'string', null)
 ;
 
+-- PINES - adding to prevent conflicts
+COMMIT;
+
+BEGIN;
 
 SELECT evergreen.upgrade_deps_block_check('0813', :eg_version);