DeclarationTVA/core
Frank Cools fada7ba882 Fix database column name and duplicate entry issues
Database Fixes:
- Fixed 'Unknown column id' error by using 'rowid' instead of 'id'
- Fixed duplicate entry constraint by properly handling existing records
- Now checks for both active and inactive existing records
- Reactivates existing inactive records instead of trying to insert duplicates

This should resolve the account mapping save issues!
2025-10-02 17:48:49 +02:00
..
class Fix database column name and duplicate entry issues 2025-10-02 17:48:49 +02:00
modules Add debugging and manual table creation fallback 2025-10-02 17:36:29 +02:00