Commit 6598be2f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* Use versioning table only for documents having getVersion.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26456 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 57ae0f42
......@@ -2,4 +2,12 @@
<item key="sql_uncatalog_object" type="int">
<value>1</value>
</item>
<item key="_is_filtered_archive" type="int">
<value>1</value>
</item>
<item key="_filter_expression_archive" type="str">
<value>python:getattr(here, 'getVersion', None) is not None</value>
</item>
<item key="_filter_type_archive" type="tuple">
</item>
</catalog_method>
\ No newline at end of file
......@@ -2,4 +2,12 @@
<item key="sql_catalog_object_list" type="int">
<value>1</value>
</item>
<item key="_is_filtered_archive" type="int">
<value>1</value>
</item>
<item key="_filter_expression_archive" type="str">
<value>python:getattr(here, 'getVersion', None) is not None</value>
</item>
<item key="_filter_type_archive" type="tuple">
</item>
</catalog_method>
\ No newline at end of file
2009-04-16 Kazuhiko
* Use versioning table only for documents having getVersion.
2009-04-15 Kazuhiko
* add effective_date and expiration_date in versioning table.
* Add effective_date and expiration_date in versioning table.
2009-04-01 vincentd
* Move here versioning table from erp5_dms_mysql_innodb_catalog.
......
136
\ No newline at end of file
137
\ 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