DB Update: Adds an account_type_parent field to represent the parent type 1 being default and representing Assets, 2 Liabilities, 3 Equity this will be the new way to identify the parent account type instead of using account_type_id min and max values ex 10-19 was Assets, 20-29 was Liabilities, Equity being 30-39. This was improper as the primary key should never be static

This commit is contained in:
johnnyq
2023-10-20 14:56:40 -04:00
parent 8b9efb2e6d
commit fcc49c2b40
3 changed files with 23 additions and 15 deletions

View File

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