[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.39,1.40
From: |
Mike Hansen |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.39,1.40 |
Date: |
Tue, 22 Apr 2003 03:48:30 -0700 |
Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv24897/koha/updater
Modified Files:
updatedatabase
Log Message:
Added "father" column to bibliothesaurus table
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** updatedatabase 4 Apr 2003 08:45:00 -0000 1.39
--- updatedatabase 22 Apr 2003 10:48:27 -0000 1.40
***************
*** 106,109 ****
--- 106,110 ----
level tinyint(4) NOT
NULL default '1',
hierarchy char(80) NOT
NULL default '',
+ father bigint(20) NOT
NULL default '',
PRIMARY KEY (id),
KEY freelib (freelib),
***************
*** 546,549 ****
--- 547,553 ----
# $Log$
+ # Revision 1.40 2003/04/22 10:48:27 wolfpac444
+ # Added "father" column to bibliothesaurus table
+ #
# Revision 1.39 2003/04/04 08:45:00 tipaul
# last commits before 1.9.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.39,1.40,
Mike Hansen <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.13,1.14 basket.pl,1.7,1.8 order.pl,1.7,1.8
- Next by Date:
[Koha-cvs] CVS: koha jmemberentry.pl,1.8,1.9
- Previous by thread:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.13,1.14 basket.pl,1.7,1.8 order.pl,1.7,1.8
- Next by thread:
[Koha-cvs] CVS: koha jmemberentry.pl,1.8,1.9
- Index(es):