pg fix delete cache
This commit is contained in:
parent
0cf54538ea
commit
ee6e7cdde8
2
cache/qq/SYS_CACHE_DELETE_ALL.php
vendored
2
cache/qq/SYS_CACHE_DELETE_ALL.php
vendored
@ -2,7 +2,7 @@
|
|||||||
namespace SYSTEM\SQL;
|
namespace SYSTEM\SQL;
|
||||||
class SYS_CACHE_DELETE_ALL extends \SYSTEM\DB\QQ {
|
class SYS_CACHE_DELETE_ALL extends \SYSTEM\DB\QQ {
|
||||||
public static function get_class(){return \get_class();}
|
public static function get_class(){return \get_class();}
|
||||||
public static function pqsql(){return
|
public static function pgsql(){return
|
||||||
'DELETE FROM system.cache;';
|
'DELETE FROM system.cache;';
|
||||||
}
|
}
|
||||||
public static function mysql(){return
|
public static function mysql(){return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user