Commit 38cf74b0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

createDBCacheTable no longer exists.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27430 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f7cdafdd
......@@ -11,13 +11,5 @@
<input type="submit" value="Clear <dtml-var sequence-item>"/>
</form>
</dtml-in>
<h3>SQLCache configuration</h3>
<p>Create SQL cache table(Note: you need to adjust later each SQLCache plugin to use this cache table name manually. Generally it is a good idea to use default sql cache table name)</p>
<form action="createDBCacheTable" method="POST">
<input name="cache_table_name" value="cache">
<br/>
<input type="submit" value="Create (Recreate) sql cache table"/>
</form>
<dtml-var manage_page_footer>
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