LP#1160347 - Fixing missing closing parens in INSERT statement
authorChris Sharp <csharp@georgialibraries.org>
Wed, 9 Aug 2017 12:42:29 +0000 (08:42 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 10 Aug 2017 21:23:55 +0000 (17:23 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 2e88b29..5047e1a 100644 (file)
@@ -16866,7 +16866,7 @@ INSERT INTO config.global_flag (name, label, value, enabled) VALUES (
 );
 
 INSERT INTO config.settings_group (name, label)
-    VALUES ('ebook_api', oils_i18n_gettext('ebook_api', 'Ebook API Integration', 'csg', 'label');
+    VALUES ('ebook_api', oils_i18n_gettext('ebook_api', 'Ebook API Integration', 'csg', 'label'));
 
 INSERT INTO config.org_unit_setting_type
     (name, label, description, grp, datatype)