From 8c6502de2f8ec2bd8382cd6945c327d7be400e14 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 28 Jan 2026 05:34:41 +0000
Subject: [PATCH] =Queue cleanup - seems to be working enough to get legacy before and after going!
---
inc/registry/CheckCustomTables.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/inc/registry/CheckCustomTables.php b/inc/registry/CheckCustomTables.php
index 852a9e9..16962fc 100644
--- a/inc/registry/CheckCustomTables.php
+++ b/inc/registry/CheckCustomTables.php
@@ -459,7 +459,7 @@
`last_error_hash` CHAR(32) DEFAULT NULL,
`error_message` text,
- `scheduled_at` datetime DEFAULT CURRENT_TIMESTAMP,
+ `scheduled_at` datetime DEFAULT NULL,
`started_at` datetime DEFAULT CURRENT_TIMESTAMP,
`completed_at` datetime DEFAULT NULL,
--
Gitblit v1.10.0