mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user