Commit f30cd399 authored by Nicolas Delaby's avatar Nicolas Delaby

2011-02-04 Nicolas

* add children_reference related column

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43047 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8caeb5f9
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="SQL" module="Products.ZSQLMethods.SQL"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>table_0\r\n
</string> </value>
</item>
<item>
<key> <string>connection_id</string> </key>
<value> <string>erp5_sql_connection</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>z_related_children_reference</string> </value>
</item>
<item>
<key> <string>src</string> </key>
<value> <string encoding="cdata"><![CDATA[
<dtml-comment>\n
table_0 : catalog as children\n
</dtml-comment>\n
<dtml-var table_0>.parent_uid = catalog.uid\n
]]></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -2,6 +2,7 @@
<key>base_category_id | category,catalog/id/z_related_base_category_id</key>
<key>career_skill_id | category,catalog,catalog/id/z_related_career_skill</key>
<key>career_skill_title | category,catalog,catalog/title/z_related_career_skill</key>
<key>children_reference | catalog/reference/z_related_children_reference</key>
<key>deliveryLineType | movement,catalog/portal_type/z_related_uid_or_parent_uid</key>
<key>explanation_portal_type | movement,catalog/portal_type/z_related_explanation</key>
<key>explanation_simulation_state | movement,catalog/simulation_state/z_related_explanation</key>
......
2011-01-31 Ivan
* Remove default MyISAM full text search which is to be provided by a separate business template
2011-01-28 Ivan
* Add site configurable 'full_text' scriptable key
2011-02-04 Nicolas
* add children_reference related column
2010-11-08 Kazuhiko
* support cataloging multiple subjects.
......
221
\ No newline at end of file
213
\ No newline at end of file
......@@ -87,6 +87,7 @@ erp5_mysql_innodb/z_read_recorded_object_list
erp5_mysql_innodb/z_record_object_list
erp5_mysql_innodb/z_related_base_category_id
erp5_mysql_innodb/z_related_career_skill
erp5_mysql_innodb/z_related_children_reference
erp5_mysql_innodb/z_related_explanation
erp5_mysql_innodb/z_related_function_uid_from_stock
erp5_mysql_innodb/z_related_grand_grand_grand_grand_grand_parent
......
......@@ -58,4 +58,5 @@ predicate_category_category_uid | predicate_category/category_uid/z_related_pred
grand_parent_delivery_portal_type | category,catalog,catalog/portal_type/z_related_grand_parent_delivery
grand_grand_grand_parent_delivery_portal_type | category,catalog,catalog,catalog,catalog/portal_type/z_related_grand_grand_grand_parent_delivery
grand_grand_grand_grand_parent_specialise_portal_type | category,catalog,catalog,catalog,catalog,catalog/portal_type/z_related_grand_grand_grand_grand_parent_specialise
grand_grand_grand_grand_parent_specialise_reference | category,catalog,catalog,catalog,catalog,catalog/reference/z_related_grand_grand_grand_grand_parent_specialise
\ No newline at end of file
grand_grand_grand_grand_parent_specialise_reference | category,catalog,catalog,catalog,catalog,catalog/reference/z_related_grand_grand_grand_grand_parent_specialise
children_reference | catalog/reference/z_related_children_reference
\ 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