DB Stucture Update: Added Ticket History Table to keep track of ticket events such as priority changes, ticket status, assignment, task completion etc

This commit is contained in:
johnnyq
2024-11-04 12:21:47 -05:00
parent 5211ba73d5
commit 23cc47f8f5
3 changed files with 36 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.4");
DEFINE("LATEST_DATABASE_VERSION", "1.6.5");