correcting missing COMMIT
authorChris Sharp <csharp@georgialibraries.org>
Wed, 2 Jan 2019 20:31:55 +0000 (15:31 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 8 Jan 2019 21:21:07 +0000 (16:21 -0500)
Open-ILS/src/sql/Pg/upgrade/YYYY.schema.extras_rbdigital.sql

index f0cf35e..6aafd9b 100644 (file)
@@ -48,3 +48,5 @@ CREATE TABLE extra.rbdigital_search_fields (
 );
 
 COMMENT ON TABLE extra.rbdigital_search_fields IS 'The purpose of this table is to map the Evergreen search fields to the analogous fields for each digital service. Therefore each integrated digital service will have a record in this table.';
+
+COMMIT;