From e6672fe38ce5d99f3b3f026154f777aded7361de Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 29 Jan 2026 17:36:53 +0000
Subject: [PATCH] =Starting refactor of Meta and Routes to fluent-style
---
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