JBAS-944 replace ROLLBACK with COMMIT
authorBill Erickson <berickxx@gmail.com>
Tue, 27 Oct 2015 15:00:29 +0000 (08:00 -0700)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/schema/deploy/2.5-to-2.7-upgrade.sql

index d3f20ac..48bb930 100644 (file)
@@ -9311,8 +9311,8 @@ UPDATE authority.control_set_authority_field SET sf_list = REGEXP_REPLACE( sf_li
 UPDATE authority.control_set_authority_field SET sf_list = REGEXP_REPLACE( sf_list, 'e', '', 'i') WHERE tag = '110' AND control_set = 1 AND  sf_list ILIKE '%e%';
 
 
-ROLLBACK;
---COMMIT;
+--ROLLBACK;
+COMMIT;
 
 -- These need to happen outside of the transaction to avoid this:
 -- ERROR: cannot ALTER TABLE "record_entry" because it has pending trigger