fixed cache delete query for mysql
This commit is contained in:
parent
6f644e6c80
commit
445dbd4a73
@ -5,6 +5,7 @@ class SYS_CACHE_DELETE_ALL extends \SYSTEM\DB\QQ {
|
|||||||
protected static function query(){
|
protected static function query(){
|
||||||
return new \SYSTEM\DB\QQuery(get_class(),
|
return new \SYSTEM\DB\QQuery(get_class(),
|
||||||
//pg
|
//pg
|
||||||
'DELETE FROM system.cache;'
|
'DELETE FROM system.cache;',
|
||||||
//mys
|
//mys
|
||||||
|
'DELETE FROM system_cache;'
|
||||||
);}}
|
);}}
|
||||||
Loading…
x
Reference in New Issue
Block a user