Fix DB Update database version was set it 0.8.10 which caused it not to update instead chnaged it to 0.9.0. items table also does not exist updated to invoices items for the new sort function redumped DB Structure.

This commit is contained in:
johnnyq
2023-10-16 17:21:21 -04:00
parent d0312e75cb
commit fba1115b0d
3 changed files with 29 additions and 24 deletions

View File

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