[Koha-cvs] CVS: koha/marc marcschema.sql,1.11,1.12

Steve Tonnesen tonnesen at users.sourceforge.net
Fri May 31 22:03:20 CEST 2002


Update of /cvsroot/koha/koha/marc
In directory usw-pr-cvs1:/tmp/cvs-serv27267

Modified Files:
	marcschema.sql 
Log Message:
removed another _sergey 


Index: marcschema.sql
===================================================================
RCS file: /cvsroot/koha/koha/marc/marcschema.sql,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** marcschema.sql	31 May 2002 19:41:29 -0000	1.11
--- marcschema.sql	31 May 2002 20:03:17 -0000	1.12
***************
*** 2,5 ****
--- 2,8 ----
  #  
  #  $Log$
+ #  Revision 1.12  2002/05/31 20:03:17  tonnesen
+ #  removed another _sergey
+ #
  #  Revision 1.11  2002/05/31 19:41:29  tonnesen
  #  removed fieldid in favour of tagid, removed _sergey from table names, added
***************
*** 30,34 ****
  );
  
! CREATE TABLE marc_subfield_table_sergey (
         subfieldid  bigint(20) unsigned NOT NULL auto_increment,	# subfield identifier
         tagid bigint(20),					# tag identifier
--- 33,37 ----
  );
  
! CREATE TABLE marc_subfield_table (
         subfieldid  bigint(20) unsigned NOT NULL auto_increment,	# subfield identifier
         tagid bigint(20),					# tag identifier





More information about the Koha-cvs mailing list