Fix duplicated logging

This commit is contained in:
2025-09-29 17:57:20 +03:00
Unverified
parent d48447a352
commit f998c65d25
4 changed files with 50 additions and 29 deletions
+1 -6
View File
@@ -4,9 +4,4 @@ from models import *
from validation import *
from utils import *
from dependencies import *
from migration import run_migrations
from app import *
# Run database migrations on startup
print("Starting database migration check...")
run_migrations()
from app import *