koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.4,1.4.2.5
Date: Fri, 14 Jun 2002 19:20:39 -0700

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)",
  );
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]