Commit 5a38c40a authored by Sebastien Robin's avatar Sebastien Robin

remove a comma so that it works with MySQL 4.0.20


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1012 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aa5f3ccd
......@@ -23,5 +23,5 @@ CREATE TABLE `message` (
KEY `method_id` (`method_id`),
KEY `processing_node` (`processing_node`),
KEY `processing` (`processing`),
KEY `priority` (`priority`),
KEY `priority` (`priority`)
) TYPE = InnoDB;
......@@ -21,5 +21,5 @@ CREATE TABLE `message_queue` (
KEY `method_id` (`method_id`),
KEY `processing_node` (`processing_node`),
KEY `processing` (`processing`),
KEY `priority` (`priority`),
KEY `priority` (`priority`)
) TYPE = InnoDB;
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