Map 'network' field in tvBroadcast to 'publisher'
This commit is contained in:
parent
7b25756416
commit
270eb3d67c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue