Initial DB work to Generalize Payment Providers, allow multiple payment providers and client payment methods, also to move payment methods to its own table instead of in categories, started work on ai provider ui models

This commit is contained in:
johnnyq
2025-07-04 16:52:30 -04:00
parent 9b6be66623
commit e7503e8f55
6 changed files with 241 additions and 6 deletions

View File

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