Enhancement: DB Structure Update: Seperate Logs into 3 seperate log tables error_logs, auth_logs, audit_logs. This will provide huge performance benefits and organization

This commit is contained in:
johnnyq
2024-11-24 15:04:23 -05:00
parent 94e2a4b1f0
commit 8050dffbb8
4 changed files with 80 additions and 5 deletions

View File

@@ -5,4 +5,4 @@
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "1.6.7");
DEFINE("LATEST_DATABASE_VERSION", "1.6.8");