mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Stop trying to update new storage method ES address pointers
We are trying to get rid of text table. See T183490 and explicitly see T362566. Bug: T366705 Change-Id: Id133ff94e9518c7819c2e2fb8e01ee2a115c24d7
This commit is contained in:
parent
64443f9905
commit
4fb92a37b8
|
@ -277,6 +277,10 @@ class UpdateVarDumps extends LoggedUpdateMaintenance {
|
|||
'tt:',
|
||||
$this->dbr->anyString()
|
||||
) ),
|
||||
$this->dbr->expr( 'afl_var_dump', IExpression::NOT_LIKE, new LikeValue(
|
||||
'es:DB:',
|
||||
$this->dbr->anyString()
|
||||
) ),
|
||||
$this->dbr->expr( 'afl_id', '>', $prevID ),
|
||||
$this->dbr->expr( 'afl_id', '<=', $curID ),
|
||||
] )
|
||||
|
|
Loading…
Reference in a new issue