[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.28,1.4.2.29
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.28,1.4.2.29 |
Date: |
Tue, 12 Nov 2002 09:30:39 -0800 |
Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv3753
Modified Files:
Tag: rel-1-2
updatedatabase
Log Message:
change bookfundid to primary key in aqbookfund
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.28
retrieving revision 1.4.2.29
diff -C2 -r1.4.2.28 -r1.4.2.29
*** updatedatabase 5 Nov 2002 22:53:28 -0000 1.4.2.28
--- updatedatabase 12 Nov 2002 17:30:35 -0000 1.4.2.29
***************
*** 177,180 ****
--- 177,183 ----
{ field => 'printername', type => 'char(40)', null => '', key => 'PRI',
default => '' },
],
+ aqbookfund => [
+ { field => 'bookfundid', type => 'char(5)', null => '', key => 'PRI',
default => '' },
+ ],
z3950servers => [
{ field => 'id', type => 'int', null => '', key => 'PRI', default =>
'', extra => 'auto_increment' },
***************
*** 422,425 ****
--- 425,431 ----
# $Log$
+ # Revision 1.4.2.29 2002/11/12 17:30:35 tonnesen
+ # change bookfundid to primary key in aqbookfund
+ #
# Revision 1.4.2.28 2002/11/05 22:53:28 tonnesen
# Removed set_date (reservedate already provides that functionality).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.28,1.4.2.29,
Steve Tonnesen <=