[Top][All Lists]
[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.84,1.85,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/updater updatedatabase,1.83,1.84
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-bottom.inc,1.5,1.6 acquisitions-bottom.inc,1.12,1.13 auth-bottom.inc,1.1,1.2 cat-bottom.inc,1.10,1.11 circulation-bottom.inc,1.10,1.11 issues-bottom.inc,1.10,1.11 members-bottom.inc,1.11,1.12 parameters-bottom.inc,1.7,1.8 reports-bottom.inc,1.10,1.11
- Previous by thread:
[Koha-cvs] CVS: koha/updater updatedatabase,1.83,1.84
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-bottom.inc,1.5,1.6 acquisitions-bottom.inc,1.12,1.13 auth-bottom.inc,1.1,1.2 cat-bottom.inc,1.10,1.11 circulation-bottom.inc,1.10,1.11 issues-bottom.inc,1.10,1.11 members-bottom.inc,1.11,1.12 parameters-bottom.inc,1.7,1.8 reports-bottom.inc,1.10,1.11
- Index(es):