Commit 37b17d14 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

increase the size of the language column in the versioning table from 2 to 5.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31617 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3526128b
......@@ -59,7 +59,7 @@
<value> <string>CREATE TABLE `versioning` (\n
`uid` BIGINT UNSIGNED NOT NULL,\n
`version` varchar(10) default \'\',\n
`language` varchar(2) default \'\',\n
`language` varchar(5) default \'\',\n
`revision` varchar(10) default \'\',\n
`effective_date` datetime default NULL,\n
`expiration_date` datetime default NULL,\n
......@@ -108,7 +108,7 @@
<value> <string>CREATE TABLE `versioning` (\n
`uid` BIGINT UNSIGNED NOT NULL,\n
`version` varchar(10) default \'\',\n
`language` varchar(2) default \'\',\n
`language` varchar(5) default \'\',\n
`revision` varchar(10) default \'\',\n
`effective_date` datetime default NULL,\n
`expiration_date` datetime default NULL,\n
......
2010-01-07 Kazuhiko
* increase the size of the language column in the versioning table from 2 to 5.
2009-11-20 Yusuke
* Relation bug is fixed.
......
164
\ No newline at end of file
165
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment