Commit 91423515 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

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@24634 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6fc7158a
......@@ -96,7 +96,7 @@ CREATE TABLE `worklist_cache` (\n
KEY `portal_simulation_owner` (`portal_type`, `simulation_state`, `viewable_owner`),\n
KEY `portal_validation_security` (`portal_type`, `validation_state`, `security_uid`),\n
KEY `portal_validation_owner` (`portal_type`, `validation_state`, `viewable_owner`)\n
) TYPE=InnoDB;
) TYPE=InnoDB
]]></string> </value>
</item>
......@@ -168,7 +168,7 @@ CREATE TABLE `worklist_cache` (\n
KEY `portal_simulation_owner` (`portal_type`, `simulation_state`, `viewable_owner`),\n
KEY `portal_validation_security` (`portal_type`, `validation_state`, `security_uid`),\n
KEY `portal_validation_owner` (`portal_type`, `validation_state`, `viewable_owner`)\n
) TYPE=InnoDB;
) TYPE=InnoDB
]]></string> </value>
</item>
......
17
\ No newline at end of file
18
\ No newline at end of file
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