From 58e8ae0759ccfa97c478ccae4e0778bdce70966f Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 22 Jan 2026 22:40:02 +0000
Subject: [PATCH] =DirectoryManager.php updates, some javascript tweaks for CRUD.js, and minor style changes

---
 inc/registry/CheckCustomTables.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc/registry/CheckCustomTables.php b/inc/registry/CheckCustomTables.php
index a54967e..852a9e9 100644
--- a/inc/registry/CheckCustomTables.php
+++ b/inc/registry/CheckCustomTables.php
@@ -498,9 +498,9 @@
 
 			`peak_memory_usage` int DEFAULT NULL,
 			`peak_cpu_usage` float DEFAULT NULL,
-			
-			`created_at` timestamp DEFAULT CURRENT_TIMESTAMP,
 
+			`created_at` timestamp DEFAULT CURRENT_TIMESTAMP,
+			PRIMARY KEY (`id`),
 			UNIQUE KEY (date, type),
 			KEY `date_idx` (date),
 			KEY `type_idx` (type)

--
Gitblit v1.10.0