Some documentation fixes for migrations and endpoints.

This commit is contained in:
2025-06-24 13:59:54 +03:00
parent 64911a52b6
commit fd9e878134
3 changed files with 36 additions and 40 deletions

View File

@@ -6,6 +6,7 @@ from sqlalchemy import pool
from sqlmodel import SQLModel
from library_service.settings import POSTGRES_DATABASE_URL
print(POSTGRES_DATABASE_URL)
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.