[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.5,1.4.2.6
From: |
Alan Millar |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.5,1.4.2.6 |
Date: |
Thu, 20 Jun 2002 08:07:10 -0700 |
Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv4351/updater
Modified Files:
Tag: rel-1-2
updatedatabase
Log Message:
Add table ethnicity
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.6
diff -C2 -r1.4.2.5 -r1.4.2.6
*** updatedatabase 15 Jun 2002 02:20:37 -0000 1.4.2.5
--- updatedatabase 20 Jun 2002 15:07:08 -0000 1.4.2.6
***************
*** 1,4 ****
--- 1,6 ----
#!/usr/bin/perl
+ # $Id$
+
# Database Updater
# This script checks for required updates to the database.
***************
*** 68,71 ****
--- 70,76 ----
hidden smallint(6) default NULL,
name varchar(255) default NULL)",
+ ethnicity=>"( code varchar(10) NOT NULL default '',
+ name varchar(255) default NULL,
+ PRIMARY KEY (code) )",
);
***************
*** 246,247 ****
--- 251,259 ----
$sth->finish;
$dbh->disconnect;
+
+ exit;
+
+ # $Log$
+ # Revision 1.4.2.6 2002/06/20 15:07:08 amillar
+ # Add table ethnicity
+ #
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.5,1.4.2.6,
Alan Millar <=