git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17162 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-09-04 12:38:09 +00:00
parent 5934747ae0
commit 41daac1092
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -585,6 +585,7 @@ CREATE TABLE `PREFIX_customer_message` (
`user_agent` varchar(128) default NULL,
`date_add` datetime NOT NULL,
`private` TINYINT NOT NULL DEFAULT '0',
`read` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`id_customer_message`),
KEY `id_customer_thread` (`id_customer_thread`),
KEY `id_employee` (`id_employee`)