Commit 9396defc authored by Aurel's avatar Aurel

typo fix

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13967 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 12b823b5
......@@ -101,10 +101,8 @@ CREATE TABLE `category` (\n
`base_category_uid` BIGINT UNSIGNED default \'0\',\n
`category_strict_membership` tinyint(1) default \'0\',\n
KEY `uid` (`uid`),\n
KEY `Membership` (`category_uid`,`base_category_uid`),\n
) TYPE = InnoDB; \n
\n
</string> </value>
KEY `Membership` (`category_uid`,`base_category_uid`)\n
) TYPE = InnoDB;</string> </value>
</item>
<item>
<key> <string>template</string> </key>
......@@ -148,10 +146,8 @@ CREATE TABLE `category` (\n
`base_category_uid` BIGINT UNSIGNED default \'0\',\n
`category_strict_membership` tinyint(1) default \'0\',\n
KEY `uid` (`uid`),\n
KEY `Membership` (`category_uid`,`base_category_uid`),\n
) TYPE = InnoDB; \n
\n
</string> </value>
KEY `Membership` (`category_uid`,`base_category_uid`)\n
) TYPE = InnoDB;</string> </value>
</item>
</dictionary>
</state>
......
41
\ No newline at end of file
43
\ 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