[Koha-cvs] CVS: koha/updater updatedatabase,1.80,1.81

Paul POULAIN tipaul at users.sourceforge.net
Fri May 28 11:56:24 CEST 2004


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13382/updater

Modified Files:
	updatedatabase 
Log Message:
bugfix

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -r1.80 -r1.81
*** updatedatabase	28 May 2004 08:32:00 -0000	1.80
--- updatedatabase	28 May 2004 09:56:21 -0000	1.81
***************
*** 226,231 ****
  					value_builder char(80) default NULL,
  					seealso char(255) default NULL,
! 					PRIMARY KEY  (authtype,tagfield,tagsubfield),
! 					KEY kohafield (kohafield),
  					KEY tab (tab)
  					)",
--- 226,230 ----
  					value_builder char(80) default NULL,
  					seealso char(255) default NULL,
! 					PRIMARY KEY  (authtypecode,tagfield,tagsubfield),
  					KEY tab (tab)
  					)",
***************
*** 238,242 ****
  					mandatory tinyint(4) NOT NULL default '0',
   					authorised_value char(10) default NULL,
! 					PRIMARY KEY  (authtype,tagfield)
  					)",
      auth_header => "(
--- 237,241 ----
  					mandatory tinyint(4) NOT NULL default '0',
   					authorised_value char(10) default NULL,
! 					PRIMARY KEY  (authtypecode,tagfield)
  					)",
      auth_header => "(
***************
*** 1162,1165 ****
--- 1161,1167 ----
  
  # $Log$
+ # Revision 1.81  2004/05/28 09:56:21  tipaul
+ # bugfix
+ #
  # Revision 1.80  2004/05/28 08:32:00  tipaul
  # adding :





More information about the Koha-cvs mailing list