[Koha-cvs] CVS: koha/updater updatedatabase,1.84,1.85

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 17 17:19:47 CEST 2004


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

Modified Files:
	updatedatabase 
Log Message:
missing Marc_Search index on marc_word

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -r1.84 -r1.85
*** updatedatabase	17 Jun 2004 08:25:21 -0000	1.84
--- updatedatabase	17 Jun 2004 15:19:44 -0000	1.85
***************
*** 1169,1172 ****
--- 1169,1173 ----
  	$dbh->do("alter table marc_word drop tag");
  	$dbh->do("alter table marc_word drop subfieldid");
+ 	$dbh->do("create index Search_Marc on marc_word (tagsubfield,word)");
  }
  # Populate tables with required data
***************
*** 1221,1224 ****
--- 1222,1228 ----
  
  # $Log$
+ # Revision 1.85  2004/06/17 15:19:44  tipaul
+ # missing Marc_Search index on marc_word
+ #
  # Revision 1.84  2004/06/17 08:25:21  tipaul
  # DB modifs : merging tag & subfield in marc_word table





More information about the Koha-cvs mailing list