From cff56f6507cc32f88ef6665326c1f8b073e5a201 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 20 Jul 2023 17:38:35 -0400 Subject: [PATCH] Update Debug to include all table stats and current DB Version --- settings_debug.php | 51 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 9 deletions(-) diff --git a/settings_debug.php b/settings_debug.php index bfec5ef8..4f298430 100644 --- a/settings_debug.php +++ b/settings_debug.php @@ -191,15 +191,6 @@ $webServer = $_SERVER['SERVER_SOFTWARE'];

Database Structure Check

- -

Database stats

@@ -208,10 +199,52 @@ $webServer = $_SERVER['SERVER_SOFTWARE']; echo "Number of tables: " . $numTables . "
"; echo "Total number of fields: " . $numFields . "
"; echo "Total number of rows: " . $numRows . "
"; + echo "Current Database Version: " . CURRENT_DATABASE_VERSION . "
"; ?>
+

Table Stats

+ + + + + + + + + + + + + + + + +
Table NameNumber of FieldsNumber of Rows
+ +
+

Versions