Compare commits

..

2 Commits

Author SHA1 Message Date
6ae8373739 Merge 4af6d34507 into b880670929 2025-09-24 20:25:10 +02:00
4af6d34507 refactor(backend): remove circular dependency 2025-09-24 20:25:00 +02:00

View File

@@ -15,7 +15,6 @@ if not DATABASE_URL:
raise Exception("Only MariaDB is supported. Please set the DATABASE_URL environment variable.") raise Exception("Only MariaDB is supported. Please set the DATABASE_URL environment variable.")
# Load all models to register them # Load all models to register them
from app.models.user import User from app.models.user import User
from app.models.transaction import Transaction from app.models.transaction import Transaction