demon.php: Set replacement db entry log_id from -1 to 0, since the field is unsigned.

Wed, 06 Mar 2024 02:34:25 +0100

author
Peter Gervai <grin@grin.hu>
date
Wed, 06 Mar 2024 02:34:25 +0100
changeset 9
43902b1af1b9
parent 8
38415be9f910
child 10
d80db6c7a442

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 ,

mercurial