koha-cvs
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.84,1.85
Date: Thu, 17 Jun 2004 08:19:47 -0700

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




reply via email to

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