Commit 8c119e19 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

erp5_content_translation: defer fulltext index and unindex using dedicated catalog keys.

parent 031408c6
<catalog_method>
<item key="sql_uncatalog_object" type="int">
<item key="sql_deferred_uncatalog_object" type="int">
<value>1</value>
</item>
</catalog_method>
DELETE FROM content_translation WHERE <dtml-sqltest uid op=eq type=int>
\ No newline at end of file
DELETE FROM content_translation WHERE <dtml-sqltest uid op=eq type=int multiple>
\ No newline at end of file
<catalog_method>
<item key="sql_catalog_object_list" type="int">
<item key="sql_deferred_catalog_object_list" type="int">
<value>1</value>
</item>
</catalog_method>
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