DB Structure Update: Remove Account Types, Add Account Description Field, Change is admin from INT to TINYINT for performance

This commit is contained in:
johnnyq
2024-09-18 16:30:55 -04:00
parent 62a2ed7430
commit 415f536cd7
3 changed files with 44 additions and 42 deletions

View File

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