[Koha-cvs] CVS: koha database.mysql,1.2.2.4,1.2.2.5

Chris Cormack rangi at users.sourceforge.net
Sat May 18 11:53:43 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	database.mysql 
Log Message:
Shifting ethnicity into a table in the database. Making fixEthnicity fetch
the data from the db


Index: database.mysql
===================================================================
RCS file: /cvsroot/koha/koha/database.mysql,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -C2 -r1.2.2.4 -r1.2.2.5
*** database.mysql	15 May 2002 12:17:35 -0000	1.2.2.4
--- database.mysql	18 May 2002 09:53:40 -0000	1.2.2.5
***************
*** 536,539 ****
--- 536,550 ----
  
  #
+ # Table structure for table 'ethnicity'
+ #
+ 
+ CREATE TABLE ethnicity (
+   code varchar(10) NOT NULL default '',
+   name varchar(255) default NULL,
+   PRIMARY KEY  (code)
+ );      
+ 
+ 
+ #
  # Table structure for table 'issues'
  #





More information about the Koha-cvs mailing list