[Koha-cvs] CVS: koha/updater updatedatabase,1.9,1.10

Alan Millar amillar at users.sourceforge.net
Fri Jun 14 07:25:00 CEST 2002


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

Modified Files:
	updatedatabase 
Log Message:
add websites table

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** updatedatabase	21 May 2002 05:47:24 -0000	1.9
--- updatedatabase	14 Jun 2002 05:24:58 -0000	1.10
***************
*** 54,57 ****
--- 54,63 ----
      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) )",
  );
  





More information about the Koha-cvs mailing list