Compare commits

1 Commits

Author SHA1 Message Date
3173f7749f Merge 615803de2d into b880670929 2025-09-24 20:15:32 +02:00

View File

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