Added additonal DB field to mail queue for send attempts failed_at timestamp and status along with recipient to name

This commit is contained in:
johnnyq
2023-06-20 19:54:18 -04:00
parent 05f41d1798
commit 72bc5b41be
3 changed files with 19 additions and 6 deletions

View File

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