Adding Alembic migrations for production and cleanup

This commit is contained in:
2026-03-03 17:12:28 +02:00
parent ba02095f32
commit 826e5403b2
14 changed files with 268 additions and 72 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# app/core/config.py
from functools import lru_cache
from pydantic import BaseSettings
from pydantic_settings import BaseSettings
from typing import List