[Koha-cvs] CVS: koha/updater updatedatabase,1.39,1.40

Mike Hansen wolfpac444 at users.sourceforge.net
Tue Apr 22 12:48:30 CEST 2003


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





More information about the Koha-cvs mailing list