From a56d8c32189c8232a94b205d46b678f44142b138 Mon Sep 17 00:00:00 2001
From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Date: Thu, 31 Aug 2023 13:04:52 -0400
Subject: [PATCH] Bug 34677: Update to MARC21 relator terms list (Dec. 14, 2020
 technical notice)

This patch adds missing relator codes/terms to the marc21_relatorterms.yaml file in accordance with the December 21, 2020 technical notice.

https://www.loc.gov/marc/relators/tn201214src.html

To test:
1. Apply patch and restart
2. Go to Administration > Authorized values > RELTERMS
   --> New term should be there

Addition:
dgc - Degree committee member

Signed-off-by: David Nind <david@davidnind.com>
---
 installer/data/mysql/en/optional/marc21_relatorterms.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/installer/data/mysql/en/optional/marc21_relatorterms.yml b/installer/data/mysql/en/optional/marc21_relatorterms.yml
index 5dc18cc0a5..a8d7248c98 100644
--- a/installer/data/mysql/en/optional/marc21_relatorterms.yml
+++ b/installer/data/mysql/en/optional/marc21_relatorterms.yml
@@ -354,6 +354,10 @@ tables:
           authorised_value: "dft"
           lib: "Defendant-appellant"
 
+        - category: "RELTERMS"
+          authorised_value: "dgc"
+          lib: "Degree committee member"
+
         - category: "RELTERMS"
           authorised_value: "dgg"
           lib: "Degree grantor"
-- 
2.30.2