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

@@ -23,8 +23,8 @@ from mealie.db.models.recipe.ingredient import IngredientFoodModel, IngredientUn
# revision identifiers, used by Alembic.
revision = "dded3119c1fe"
down_revision = "0341b154f79a"
branch_labels = None
depends_on = None
branch_labels: str | tuple[str, ...] | None = None
depends_on: str | tuple[str, ...] | None = None
# Intermediate table definitions