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 ...@@ -101,10 +101,8 @@ CREATE TABLE `category` (\n
`base_category_uid` BIGINT UNSIGNED default \'0\',\n `base_category_uid` BIGINT UNSIGNED default \'0\',\n
`category_strict_membership` tinyint(1) default \'0\',\n `category_strict_membership` tinyint(1) default \'0\',\n
KEY `uid` (`uid`),\n KEY `uid` (`uid`),\n
KEY `Membership` (`category_uid`,`base_category_uid`),\n KEY `Membership` (`category_uid`,`base_category_uid`)\n
) TYPE = InnoDB; \n ) TYPE = InnoDB;</string> </value>
\n
</string> </value>
</item> </item>
<item> <item>
<key> <string>template</string> </key> <key> <string>template</string> </key>
...@@ -148,10 +146,8 @@ CREATE TABLE `category` (\n ...@@ -148,10 +146,8 @@ CREATE TABLE `category` (\n
`base_category_uid` BIGINT UNSIGNED default \'0\',\n `base_category_uid` BIGINT UNSIGNED default \'0\',\n
`category_strict_membership` tinyint(1) default \'0\',\n `category_strict_membership` tinyint(1) default \'0\',\n
KEY `uid` (`uid`),\n KEY `uid` (`uid`),\n
KEY `Membership` (`category_uid`,`base_category_uid`),\n KEY `Membership` (`category_uid`,`base_category_uid`)\n
) TYPE = InnoDB; \n ) TYPE = InnoDB;</string> </value>
\n
</string> </value>
</item> </item>
</dictionary> </dictionary>
</state> </state>
......
41 43
\ 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