[-] BO : changed state iso code max length #PSCFV-2220

This commit is contained in:
dMetzger
2012-05-09 12:00:50 +00:00
parent e00f5b0a33
commit 40c79494e1
5 changed files with 69 additions and 70 deletions
+2
View File
@@ -1,4 +1,6 @@
SET NAMES 'utf8';
ALTER TABLE `PREFIX_state` CHANGE `iso_code` `iso_code` varchar(7) NOT NULL;
/* PHP:move_translations_module_file(); */;