Commit a1bc160b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use InnoDB on transformation table.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33478 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent be15c4ff
...@@ -64,8 +64,7 @@ ...@@ -64,8 +64,7 @@
`quantity` double,\n `quantity` double,\n
KEY `resource` (`uid`, `variation_text`),\n KEY `resource` (`uid`, `variation_text`),\n
KEY `transformed_resource` (`transformed_uid`, `transformed_variation_text`)\n KEY `transformed_resource` (`transformed_uid`, `transformed_variation_text`)\n
)\n ) ENGINE=InnoDB;\n
\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -110,8 +109,7 @@ ...@@ -110,8 +109,7 @@
`quantity` double,\n `quantity` double,\n
KEY `resource` (`uid`, `variation_text`),\n KEY `resource` (`uid`, `variation_text`),\n
KEY `transformed_resource` (`transformed_uid`, `transformed_variation_text`)\n KEY `transformed_resource` (`transformed_uid`, `transformed_variation_text`)\n
)\n ) ENGINE=InnoDB;\n
\n
</string> </value> </string> </value>
</item> </item>
</dictionary> </dictionary>
......
181 182
\ No newline at end of file \ 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