Add release notes for the no fixed field default upgrade.
authorJason Stephenson <jstephenson@mvlc.org>
Mon, 4 Aug 2014 16:57:52 +0000 (12:57 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 4 Aug 2014 17:00:58 +0000 (13:00 -0400)
A reingest is recommened after running the database script.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
docs/RELEASE_NOTES_NEXT/Cataloging/no-fixed-field-defaults-for-ingest.txt [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/no-fixed-field-defaults-for-ingest.txt b/docs/RELEASE_NOTES_NEXT/Cataloging/no-fixed-field-defaults-for-ingest.txt
new file mode 100644 (file)
index 0000000..8ef7d6a
--- /dev/null
@@ -0,0 +1,17 @@
+Record Attributes Reingest Recommended
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+After this update, it is recommended that you reingest your
+bibliographic records to update the fixed field, record attribute
+indexes.  This is mainly necessary to make sure that fiction books do
+not also show up as non-fiction.
+
+You can accomplish this by running the following query in your database:
+
+[source,sql]
+--------------------------------------------------------------------
+select metabib.reingest_record_attributes(id)
+from biblio.record_entry;
+--------------------------------------------------------------------
+
+