Commit 2a606a3c authored by Sebastien Robin's avatar Sebastien Robin

added column sub_variation_text


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4806 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e2ce9081
......@@ -15,7 +15,16 @@
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
<dictionary>
<item>
<key> <string>alex</string> </key>
<value>
<list>
<string>Owner</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
<item>
......
......@@ -231,6 +231,7 @@ SELECT\n
resource.title AS resource_title,\n
resource.relative_url AS resource_relative_url,\n
stock.variation_text AS variation_text,\n
stock.sub_variation_text AS sub_variation_text,\n
stock.resource_uid AS resource_uid,\n
stock.uid AS stock_uid,\n
stock.date as date,\n
......@@ -370,6 +371,7 @@ SELECT\n
resource.title AS resource_title,\n
resource.relative_url AS resource_relative_url,\n
stock.variation_text AS variation_text,\n
stock.sub_variation_text AS sub_variation_text,\n
stock.resource_uid AS resource_uid,\n
stock.uid AS stock_uid,\n
stock.date as date,\n
......
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