experimenting with breaking the upgrade script into two transactions rel_2_9_rc
authorChris Sharp <csharp@georgialibraries.org>
Tue, 15 Sep 2015 17:11:46 +0000 (13:11 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 15 Sep 2015 17:11:46 +0000 (13:11 -0400)
Open-ILS/src/sql/Pg/version-upgrade/2.8.3-2.9-rc-upgrade-db.sql

index 50b60d9..9253e28 100644 (file)
@@ -22197,6 +22197,11 @@ INSERT INTO permission.perm_list ( code, description ) VALUES
     'Allow administration of MARC tag tables', 'ppl', 'description'
  ));
 
+COMMIT;
+
+-- Adding second transaction here to avoid changing the table definitions for 
+-- changes in 0934.
+BEGIN;
 
 SELECT evergreen.upgrade_deps_block_check('0937', :eg_version);