Commit 8a861a9b authored by Vincent Pelletier's avatar Vincent Pelletier

Remove semicolons from ZSQLMethods.

They are harmless here, but are superfluous and cause problems when used in conjunction with "select" statements.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24632 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41e3a40f
......@@ -32,4 +32,4 @@ CREATE TABLE `message` (
KEY (`priority`),
KEY (`tag`),
KEY (`order_validation_text`)
) TYPE = InnoDB;
) TYPE = InnoDB
......@@ -28,4 +28,4 @@ CREATE TABLE `message_queue` (
KEY `serialization_tag_processing_node` (`serialization_tag`, `processing_node`),
KEY (`priority`),
KEY (`tag`)
) TYPE = InnoDB;
) 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