[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha database.mysql,1.2.2.5,1.2.2.6
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha database.mysql,1.2.2.5,1.2.2.6 |
Date: |
Fri, 14 Jun 2002 19:07:10 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv31614
Modified Files:
Tag: rel-1-2
database.mysql
Log Message:
Table definition for the 2 missing marc tables
Index: database.mysql
===================================================================
RCS file: /cvsroot/koha/koha/database.mysql,v
retrieving revision 1.2.2.5
retrieving revision 1.2.2.6
diff -C2 -r1.2.2.5 -r1.2.2.6
*** database.mysql 18 May 2002 09:53:40 -0000 1.2.2.5
--- database.mysql 15 Jun 2002 02:07:05 -0000 1.2.2.6
***************
*** 805,806 ****
--- 805,821 ----
);
+
+ CREATE TABLE uploadedmarc (
+ id int(11) NOT NULL auto_increment,
+ marc longblob,
+ hidden smallint(6) default NULL,
+ name varchar(255) default NULL,
+ PRIMARY KEY (id)
+ );
+
+
+ CREATE TABLE marcrecorddone (
+ isbn char(40) default NULL,
+ issn char(40) default NULL,
+ lccn char(40) default NULL
+ );
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha database.mysql,1.2.2.5,1.2.2.6,
Chris Cormack <=
- Prev by Date:
[Koha-cvs] CVS: koha/marc koha2marc,1.4,1.4.2.1 test,1.1,1.1.2.1 viewmarc.pl,1.2,1.2.2.1
- Next by Date:
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.4,1.4.2.5
- Previous by thread:
[Koha-cvs] CVS: koha/marc koha2marc,1.4,1.4.2.1 test,1.1,1.1.2.1 viewmarc.pl,1.2,1.2.2.1
- Next by thread:
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.4,1.4.2.5
- Index(es):