chore: Improve Alembic Migration Generation (#4192)

This commit is contained in:
Michael Genson
2024-09-16 08:52:12 -05:00
committed by GitHub
parent 77208384ed
commit 8778559a20
35 changed files with 105 additions and 148 deletions

View File

@@ -22,8 +22,8 @@ from mealie.core.config import get_app_settings
# revision identifiers, used by Alembic.
revision = "feecc8ffb956"
down_revision = "32d69327997b"
branch_labels = None # type: ignore
depends_on = None # type: ignore
branch_labels: str | tuple[str, ...] | None = None
depends_on: str | tuple[str, ...] | None = None
settings = get_app_settings()