scripting post-upgrade tasks
authorChris Sharp <csharp@georgialibraries.org>
Mon, 5 Jan 2015 20:23:55 +0000 (15:23 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 5 Jan 2015 20:23:55 +0000 (15:23 -0500)
Open-ILS/src/sql/Pg/version-upgrade/pines-post-2.5-2.7-upgrade.sql [new file with mode: 0644]

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-2.5-2.7-upgrade.sql b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-2.5-2.7-upgrade.sql
new file mode 100644 (file)
index 0000000..8509aee
--- /dev/null
@@ -0,0 +1,6 @@
+BEGIN;
+-- Insert settings from our test period
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES (1, 'opac.browse.pager_shortcuts', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789');
+INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES (1, 'sms.enable', 'true');
+
+COMMIT;