From: Chris Sharp Date: Wed, 2 Jan 2019 20:31:55 +0000 (-0500) Subject: correcting missing COMMIT X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c157a60e2ee2d4450bca8eba3a0b242ae70dfaac;p=evergreen%2Fpines.git correcting missing COMMIT --- diff --git a/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.extras_rbdigital.sql b/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.extras_rbdigital.sql index f0cf35eda7..6aafd9be0e 100644 --- a/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.extras_rbdigital.sql +++ b/Open-ILS/src/sql/Pg/upgrade/YYYY.schema.extras_rbdigital.sql @@ -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;