Wed, 06 Mar 2024 02:34:25 +0100
demon.php: Set replacement db entry log_id from -1 to 0, since the field is unsigned.
I can't even? And I don't comment on INSERT IGNORE either.
delinquent_files/demon.php | file | annotate | diff | comparison | revisions |
--- a/delinquent_files/demon.php Thu Feb 22 20:21:22 2024 +0100 +++ b/delinquent_files/demon.php Wed Mar 06 02:34:25 2024 +0100 @@ -616,7 +616,7 @@ 'namespace' => $usage->gil_page_namespace_id , 'timestamp' => $ts , 'comment' => $comment , - 'log_id' => -1 , + 'log_id' => 0, # -1 , 'log_timestamp' => $ts , 'user' => $user , 'done' => 0 ,