[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.14,1.4.2.15

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jul 4 18:40:24 CEST 2002


Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv6062

Modified Files:
      Tag: rel-1-2
	updatedatabase 
Log Message:
Merged with trunk... added websites table even though it isn't used yet in 1.2


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.14
retrieving revision 1.4.2.15
diff -C2 -r1.4.2.14 -r1.4.2.15
*** updatedatabase	27 Jun 2002 20:48:59 -0000	1.4.2.14
--- updatedatabase	4 Jul 2002 16:40:22 -0000	1.4.2.15
***************
*** 51,54 ****
--- 51,56 ----
  	enddate int, 
  	done smallint, 
+ 	results longblob, 
+ 	numrecords int, 
  	servers text, 
  	identifier char(30))",
***************
*** 65,68 ****
--- 67,77 ----
      branchrelations=>"( branchcode varchar(4), 
  	categorycode varchar(4))",
+     websites=>"( websitenumber int(11) NOT NULL auto_increment,
+   	biblionumber int(11) NOT NULL default '0',
+   	title text,
+   	description text,
+   	url varchar(255),
+   	PRIMARY KEY (websitenumber) )",
+ );
      marcrecorddone=>"( isbn char(40),
  		      issn char(40),
***************
*** 285,288 ****
--- 294,300 ----
  
  # $Log$
+ # Revision 1.4.2.15  2002/07/04 16:40:22  tonnesen
+ # Merged with trunk... added websites table even though it isn't used yet in 1.2
+ #
  # Revision 1.4.2.14  2002/06/27 20:48:59  tonnesen
  # Fixing bug that reported an error if updatedatabase was run twice.





More information about the Koha-cvs mailing list