diff --git a/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_category.xml b/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_category.xml index f8c2a4178851688414e125749f49c034e6066c8c..9cf15a78c84217850de5984c1ecf9f7dd921f320 100644 --- a/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_category.xml +++ b/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/CatalogMethodTemplateItem/portal_catalog/erp5_mysql_innodb/z_create_category.xml @@ -101,10 +101,9 @@ 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 `category_strict_membership` (`category_strict_membership`),\n KEY `Membership` (`category_uid`,`base_category_uid`),\n - KEY `FuzzyMembership` (`category_uid`)\n ) TYPE = InnoDB; \n +\n </string> </value> </item> <item> @@ -149,10 +148,9 @@ 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 `category_strict_membership` (`category_strict_membership`),\n KEY `Membership` (`category_uid`,`base_category_uid`),\n - KEY `FuzzyMembership` (`category_uid`)\n ) TYPE = InnoDB; \n +\n </string> </value> </item> </dictionary> diff --git a/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/change_log b/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/change_log index 1d7e2223948f1039ab4bb6e5099c6d1c03aead0e..4b37296718d5d0bb1591a8eedba71f433cefce2b 100644 --- a/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/change_log +++ b/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/change_log @@ -1,3 +1,6 @@ +2007-04-05 Aurel +* fix index for category table + 2007-02-01 Romain * Add mirror_date column to the stock table. diff --git a/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision b/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision index 86ee83a4a26867a79e0a5a8948153cff8f4cf9a4..aaa6442fe902e96a5233b136b973b96a4011fc18 100644 --- a/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision +++ b/product/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision @@ -1 +1 @@ -40 \ No newline at end of file +41 \ No newline at end of file