Commit f20a31b1 authored by Aurel's avatar Aurel

2007-04-05 Aurel

* fix index for category table

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13964 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7b6ca24a
...@@ -101,10 +101,9 @@ CREATE TABLE `category` (\n ...@@ -101,10 +101,9 @@ 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 `category_strict_membership` (`category_strict_membership`),\n
KEY `Membership` (`category_uid`,`base_category_uid`),\n KEY `Membership` (`category_uid`,`base_category_uid`),\n
KEY `FuzzyMembership` (`category_uid`)\n
) TYPE = InnoDB; \n ) TYPE = InnoDB; \n
\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -149,10 +148,9 @@ CREATE TABLE `category` (\n ...@@ -149,10 +148,9 @@ 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 `category_strict_membership` (`category_strict_membership`),\n
KEY `Membership` (`category_uid`,`base_category_uid`),\n KEY `Membership` (`category_uid`,`base_category_uid`),\n
KEY `FuzzyMembership` (`category_uid`)\n
) TYPE = InnoDB; \n ) TYPE = InnoDB; \n
\n
</string> </value> </string> </value>
</item> </item>
</dictionary> </dictionary>
......
2007-04-05 Aurel
* fix index for category table
2007-02-01 Romain 2007-02-01 Romain
* Add mirror_date column to the stock table. * Add mirror_date column to the stock table.
......
40 41
\ 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