mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Clear cache after modifying document_extra_keys table
This commit is contained in:
parent
dd2b5aecb3
commit
af8e510ca2
1 changed files with 1 additions and 0 deletions
|
|
@ -238,6 +238,7 @@ class Document extends ModuleObject
|
|||
if(!$oDB->isColumnExists('document_extra_keys', 'var_sort'))
|
||||
{
|
||||
$oDB->addColumn('document_extra_keys', 'var_sort', 'char', '1', 'N', true, 'var_search');
|
||||
Rhymix\Framework\Cache::clearGroup('site_and_module');
|
||||
}
|
||||
if(!$oDB->isColumnExists('document_extra_vars', 'sort_value') || !$oDB->isIndexExists('document_extra_vars', 'idx_sort_value'))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue