From 270eb3d67cb2ab55f11805e7a0242d2d33627471 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 25 Jun 2009 00:18:47 +0000 Subject: [PATCH] Map 'network' field in tvBroadcast to 'publisher' --- system.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system.sql b/system.sql index 9912412ff..eadd18a17 100644 --- a/system.sql +++ b/system.sql @@ -1,4 +1,4 @@ --- 24 +-- 25 -- This file creates system tables that can be safely wiped and reinitialized -- at any time, as long as existing ids are preserved. @@ -840,6 +840,7 @@ INSERT INTO baseFieldMappings VALUES (7, 8, 89); -- thesis/publisher/university INSERT INTO baseFieldMappings VALUES (15, 8, 31); -- report/publisher/institution INSERT INTO baseFieldMappings VALUES (26, 8, 72); -- audioRecording/publisher/label INSERT INTO baseFieldMappings VALUES (28, 8, 76); -- videoRecording/publisher/studio +INSERT INTO baseFieldMappings VALUES (29, 8, 78); -- tvBroadcast/publisher/network INSERT INTO baseFieldMappings VALUES (30, 8, 78); -- radioBroadcast/publisher/network INSERT INTO baseFieldMappings VALUES (32, 8, 83); -- computerProgram/publisher/company INSERT INTO baseFieldMappings VALUES (16, 10, 95); -- bill/pages/codePages