LP 1516786: 0938 Upgrade Script ends in END and not COMMIT.
authorJason Stephenson <jstephenson@mvlc.org>
Mon, 16 Nov 2015 21:15:22 +0000 (16:15 -0500)
committerBen Shum <bshum@biblio.org>
Mon, 16 Nov 2015 21:21:35 +0000 (16:21 -0500)
Change the END; on the last line of 0938.data.some_rda_attributes.sql
to COMMIT; for reasons of consistency and to avoid issues when wrapped
in larger upgrade scripts using the make release script.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/sql/Pg/upgrade/0938.data.some_rda_attributes.sql

index bbc0543..d9faa36 100644 (file)
@@ -342,4 +342,4 @@ WHERE  tag = '337' AND code = 'a' AND marc_record_type = 'biblio';
 UPDATE config.marc_subfield set value_ctype = 'carrier_type'
 WHERE  tag = '338' AND code = 'a' AND marc_record_type = 'biblio';
 
-END;
+COMMIT;