[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.4,1.4.2.5

Chris Cormack rangi at users.sourceforge.net
Sat Jun 15 04:20:39 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	updatedatabase 
Log Message:
Fixed so it adds the two missing marc tables (if they are missing)


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -C2 -r1.4.2.4 -r1.4.2.5
*** updatedatabase	12 Jun 2002 22:11:14 -0000	1.4.2.4
--- updatedatabase	15 Jun 2002 02:20:37 -0000	1.4.2.5
***************
*** 60,63 ****
--- 60,71 ----
      branchrelations=>"( branchcode varchar(4), 
  	categorycode varchar(4))",
+     marcrecorddone=>"( isbn char(40),
+ 		      issn char(40),
+ 		      lccn char(40),
+ 		      controlnumber char(40))",
+     uploadedmarc=>"( id int(11) NOT NULL auto_increment PRIMARY KEY,
+ 		    marc longblob,
+ 		    hidden smallint(6) default NULL,
+ 		    name varchar(255) default NULL)",
  );
  





More information about the Koha-cvs mailing list