[Koha-cvs] CVS: koha/updater updatedatabase,1.20,1.21

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 14 13:49:01 CEST 2002


Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv6963/updater

Modified Files:
	updatedatabase 
Log Message:
bugfix

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** updatedatabase	10 Oct 2002 04:49:41 -0000	1.20
--- updatedatabase	14 Oct 2002 11:48:59 -0000	1.21
***************
*** 54,58 ****
  	type char(10), 
  	startdate int, 
! 	enddate int, 
  	done smallint, 
  	results longblob, 
--- 54,58 ----
  	type char(10), 
  	startdate int, 
! 	enddate int,
  	done smallint, 
  	results longblob, 
***************
*** 127,132 ****
                                    mandatory tinyint(4) NOT NULL default '0',
                                    kohafield char(40) NOT NULL default '',
                                    PRIMARY KEY  (tagfield,tagsubfield),
!                                   KEY kohafield (kohafield)
                                   )",
       marc_subfield_table => "(
--- 127,134 ----
                                    mandatory tinyint(4) NOT NULL default '0',
                                    kohafield char(40) NOT NULL default '',
+                                   tab tinyint(1),
                                    PRIMARY KEY  (tagfield,tagsubfield),
!                                   KEY kohafield (kohafield),
!                                   KEY tab (tab)
                                   )",
       marc_subfield_table => "(
***************
*** 413,416 ****
--- 415,421 ----
  
  # $Log$
+ # Revision 1.21  2002/10/14 11:48:59  tipaul
+ # bugfix
+ #
  # Revision 1.20  2002/10/10 04:49:41  arensb
  # Added some FIXME comments.





More information about the Koha-cvs mailing list