[-] FO : CustomerMessage ip_address to string

This commit is contained in:
gRoussac
2013-10-29 11:18:53 +01:00
parent 1bee84d26c
commit d409614222
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `PREFIX_customer_message` CHANGE `ip_address` `ip_address` VARCHAR( 15 ) NULL DEFAULT NULL;