LP#1772680: tweak release notes
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 20 Sep 2018 21:25:23 +0000 (17:25 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 4 Jun 2019 21:33:17 +0000 (17:33 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
docs/RELEASE_NOTES_NEXT/Integrations/Enhanced_RBDigital_Integration.adoc

index 097d1cd..084a076 100644 (file)
@@ -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,