From: Galen Charlton Date: Thu, 20 Sep 2018 21:25:23 +0000 (-0400) Subject: LP#1772680: tweak release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9d98fbf4c50cf2b9b28b4340035fafdfd00ed870;p=evergreen%2Fpines.git LP#1772680: tweak release notes Signed-off-by: Galen Charlton --- 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,