LP#1744385: Update seed data with more Display Field mappings
authorMike Rylander <mrylander@gmail.com>
Wed, 21 Feb 2018 21:39:21 +0000 (16:39 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 28 Feb 2018 21:19:33 +0000 (16:19 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/WWWW.data.display-field-seed-data.sql

index a8ef6e2..b0f6971 100644 (file)
@@ -374,6 +374,12 @@ INSERT INTO config.display_field_map (name, field, multi) VALUES
     ('tcn',                 26, FALSE),
     ('edition',             38, FALSE),
     ('physical_description',39, TRUE),
+    ('genre',               33, TRUE),
+    ('bibliography',        46, TRUE),
+    ('thesis',              47, TRUE),
+    ('performers',          49, TRUE),
+    ('production_credits',  48, TRUE),
+    ('general_note',        50, TRUE),
     ('publisher',           52, FALSE),
     ('abstract',            41, FALSE),
     ('toc',                 42, FALSE),
index e87c170..4230c34 100644 (file)
@@ -146,6 +146,12 @@ INSERT INTO config.display_field_map (name, field, multi) VALUES
     ('tcn',                 26, FALSE),
     ('edition',             38, FALSE),
     ('physical_description',39, TRUE),
+    ('genre',               33, TRUE),
+    ('bibliography',        46, TRUE),
+    ('thesis',              47, TRUE),
+    ('performers',          49, TRUE),
+    ('production_credits',  48, TRUE),
+    ('general_note',        50, TRUE),
     ('publisher',           52, FALSE),
     ('abstract',            41, FALSE),
     ('toc',                 42, FALSE),