fix typos
authorChris Sharp <csharp@georgialibraries.org>
Thu, 11 Feb 2021 15:45:06 +0000 (10:45 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 11 Feb 2021 15:45:06 +0000 (10:45 -0500)
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.galileo_url_ou_setting.sql

index cacc9b1..1dff0cb 100644 (file)
@@ -21309,7 +21309,7 @@ VALUES (
 );
 
 -- since this is really just for PINES, let's insert a default value
-INSERT INTO actor.org_unit_setting (org_unit, name, value) values (1, 'opac.galileo_url_base', 'https://www.galileo.usg.edu/');
+INSERT INTO actor.org_unit_setting (org_unit, name, value) values (1, 'opac.galileo_url_base', '"https://www.galileo.usg.edu/"');
 
 -- and give GlobalAdmin the perm
 INSERT INTO permission.grp_perm_map (grp, perm, depth) values ((select id from permission.grp_tree where name = 'GlobalAdmin'), 2001, 0);
index fba879f..7c486c9 100644 (file)
@@ -18,7 +18,7 @@ VALUES (
 );
 
 -- since this is really just for PINES, let's insert a default value
-INSERT INTO actor.org_unit_setting (org_unit, name, value) values (1, 'opac.galileo_url_base', 'https://www.galileo.usg.edu/');
+INSERT INTO actor.org_unit_setting (org_unit, name, value) values (1, 'opac.galileo_url_base', '"https://www.galileo.usg.edu/"');
 
 -- and give GlobalAdmin the perm
 INSERT INTO permission.grp_perm_map (grp, perm, depth) values ((select id from permission.grp_tree where name = 'GlobalAdmin'), 2001, 0);