Core/Warden: Ignore the length value in the database for MEM_CHECK checks. Hi there Aokromes.

(cherry picked from commit fc32c3fd3b)
This commit is contained in:
Treeston
2020-08-20 18:34:09 +02:00
committed by Shauren
parent 15d75dea10
commit 669b6bea21
3 changed files with 9 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `warden_checks` SET `length`=NULL WHERE `type`=243;