Commit 07f0b4ae authored by Fabien Morin's avatar Fabien Morin

forget to include z_create_birth_detail.catalog_keys in clear catalog

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22200 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a18244e0
<catalog_method> <catalog_method>
<item key="sql_clear_catalog" type="int">
<value>1</value>
</item>
</catalog_method> </catalog_method>
\ No newline at end of file
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<value> <string>CREATE TABLE `birth_detail` (\n <value> <string>CREATE TABLE `birth_detail` (\n
`uid` BIGINT UNSIGNED NOT NULL,\n `uid` BIGINT UNSIGNED NOT NULL,\n
`birthplace_city` VARCHAR(255) DEFAULT \'\',\n `birthplace_city` VARCHAR(255) DEFAULT \'\',\n
`birth_date` datetime default NULL,\n `birth_date` datetime DEFAULT NULL,\n
PRIMARY KEY (`uid`),\n PRIMARY KEY (`uid`),\n
KEY `birthplace` (`birthplace_city`),\n KEY `birthplace` (`birthplace_city`),\n
KEY `birth_date` (`birth_date`)\n KEY `birth_date` (`birth_date`)\n
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<value> <string>CREATE TABLE `birth_detail` (\n <value> <string>CREATE TABLE `birth_detail` (\n
`uid` BIGINT UNSIGNED NOT NULL,\n `uid` BIGINT UNSIGNED NOT NULL,\n
`birthplace_city` VARCHAR(255) DEFAULT \'\',\n `birthplace_city` VARCHAR(255) DEFAULT \'\',\n
`birth_date` datetime default NULL,\n `birth_date` datetime DEFAULT NULL,\n
PRIMARY KEY (`uid`),\n PRIMARY KEY (`uid`),\n
KEY `birthplace` (`birthplace_city`),\n KEY `birthplace` (`birthplace_city`),\n
KEY `birth_date` (`birth_date`)\n KEY `birth_date` (`birth_date`)\n
......
22 24
\ 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