refactor alembic migrations

This commit is contained in:
Jakub Miazek
2023-03-11 21:19:47 +01:00
parent 59e2a0e878
commit d274b0bfa9
8 changed files with 157 additions and 182 deletions

View File

@@ -18,3 +18,5 @@ class Settings(BaseSettings):
@lru_cache
def get_settings():
return Settings()
settings = get_settings()