[-] Installer : missing field in customer_message table

This commit is contained in:
vAugagneur
2011-09-19 14:49:54 +00:00
parent c57b593873
commit 935c361b15
+1
View File
@@ -464,6 +464,7 @@ CREATE TABLE `PREFIX_customer_message` (
`ip_address` int(11) default NULL,
`user_agent` varchar(128) default NULL,
`date_add` datetime NOT NULL,
`private` TINYINT NOT NULL DEFAULT '0',
PRIMARY KEY (`id_customer_message`),
KEY `id_customer_thread` (`id_customer_thread`),
KEY `id_employee` (`id_employee`)