koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/marc marcschema.sql,1.11,1.12
Date: Fri, 31 May 2002 13:03:20 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]