From 912549ca406d7f2930ce777ff35219119b01a137 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 20 Sep 2018 17:25:23 -0400 Subject: [PATCH] LP#1772680: tweak release notes Signed-off-by: Galen Charlton --- .../Integrations/Enhanced_RBDigital_Integration.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/RELEASE_NOTES_NEXT/Integrations/Enhanced_RBDigital_Integration.adoc b/docs/RELEASE_NOTES_NEXT/Integrations/Enhanced_RBDigital_Integration.adoc index 097d1cd629..084a076e86 100644 --- a/docs/RELEASE_NOTES_NEXT/Integrations/Enhanced_RBDigital_Integration.adoc +++ b/docs/RELEASE_NOTES_NEXT/Integrations/Enhanced_RBDigital_Integration.adoc @@ -35,15 +35,18 @@ perform the following steps: `/openils/var/templates/opac/parts/config.tt2` is set to `true`. Additional settings are stored in new database tables in the `extra` -schema, and at present can only be populated using direct SQL access. +schema, and at present can only be populated using direct SQL access. The +tables themselves are created as part of a normal installation or +upgrade. Given a library ID, API token, and RBDigital service hostname, run the following SQL, adjusted for the RBDigital values: [source, postgres] ------------------------------------------------------------------------------ +UDPATE extra.rbdigital_digital_services SET is_enabled = TRUE WHERE id = 2; INSERT INTO extra.rbdigital_digital_services_authorized(digital_services_id, home_ou) VALUES (1, 1); -INSERT INTO rbdigital.digital_services_authorized ( +INSERT INTO extra.rbdigital_digital_services_authorized ( digital_services_id, digital_services_library_id, digital_services_library_token, -- 2.11.0