[Koha-cvs] CVS: koha/misc/sql-datas/english authorities_normal_marc21.txt,NONE,1.1 authorities_normal_marc21.sql,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Tue Nov 16 14:38:13 CET 2004


Update of /cvsroot/koha/koha/misc/sql-datas/english
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20896/misc/sql-datas/english

Modified Files:
	authorities_normal_marc21.sql 
Added Files:
	authorities_normal_marc21.txt 
Log Message:
sql datas for authorities

--- NEW FILE ---
Authority structure for MARC21, in english
Index: authorities_normal_marc21.sql
===================================================================
RCS file: /cvsroot/koha/koha/misc/sql-datas/english/authorities_normal_marc21.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** authorities_normal_marc21.sql	22 Aug 2004 00:45:58 -0000	1.1
--- authorities_normal_marc21.sql	16 Nov 2004 13:38:11 -0000	1.2
***************
*** 1,13 ****
- -- MySQL dump 8.23
- --
- -- Host: localhost    Database: Koha
- ---------------------------------------------------------
- -- Server version	3.23.58
- 
- --
- -- Dumping data for table `auth_subfield_structure`
- --
- 
- 
  INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','010','a','LC control number','',0,0,0,NULL,NULL,NULL);
  INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','010','z','Canceled/invalid LC control number','',1,0,0,NULL,NULL,NULL);
--- 1,2 ----
***************
*** 1197,1206 ****
  INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','8','Same as associated field','',1,0,0,NULL,NULL,NULL);
  INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, tab, authorised_value, value_builder, seealso) VALUES ('','880','9','Same as associated field','',1,0,0,NULL,NULL,NULL);
- 
- --
- -- Dumping data for table `auth_tag_structure`
- --
- 
- 
  INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','010','LIBRARY OF CONGRESS CONTROL NUMBER','',0,0,NULL);
  INSERT INTO auth_tag_structure (authtypecode, tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value) VALUES ('','014','LINK TO BIBLIOGRAPHIC RECORD FOR SERIAL OR MULTIPART ITEM','',1,0,NULL);
--- 1186,1189 ----





More information about the Koha-cvs mailing list