koha-cvs
[Top][All Lists]
Advanced

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

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha database.mysql,1.2.2.4,1.2.2.5
Date: Sat, 18 May 2002 02:53:43 -0700

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




reply via email to

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