[interchange-cvs] interchange - racke modified dist/standard/dbconf/mysql/country.mysql

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Mar 21 16:20:07 EST 2006


User:      racke
Date:      2006-03-21 21:20:07 GMT
Modified:  dist/standard/dbconf/mysql country.mysql
Log:
increase size of name field so that all country names fit, patch from Gert van der Spoel

Revision  Changes    Path
1.2       +1 -1      interchange/dist/standard/dbconf/mysql/country.mysql


rev 1.2, prev_rev 1.1
Index: country.mysql
===================================================================
RCS file: /var/cvs/interchange/dist/standard/dbconf/mysql/country.mysql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- country.mysql	25 Apr 2004 17:07:49 -0000	1.1
+++ country.mysql	21 Mar 2006 21:20:07 -0000	1.2
@@ -4,5 +4,5 @@
 Database  country  COLUMN_DEF   "shipmodes=VARCHAR(255)"
 Database  country  COLUMN_DEF   "iso=CHAR(3) DEFAULT '' NOT NULL"
 Database  country  COLUMN_DEF   "isonum=CHAR(3) DEFAULT '' NOT NULL"
-Database  country  COLUMN_DEF   "name=VARCHAR(32) DEFAULT '' NOT NULL"
+Database  country  COLUMN_DEF   "name=VARCHAR(64) DEFAULT '' NOT NULL"
 Database  country  INDEX        name








More information about the interchange-cvs mailing list