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

Alan Millar amillar at users.sourceforge.net
Thu Jun 20 17:07:10 CEST 2002


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
+ #





More information about the Koha-cvs mailing list