Update mealie/alembic/versions/2025-07-30-19.32.37_e6bb583aac2d_add_label_notifier_crud_bools.py

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Craig Matear 2025-08-05 19:01:28 +01:00 committed by GitHub
commit 61761ca24d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
"""'Add label notifier CRUD bools'
Revision ID: e6bb583aac2d
Revises: 7cf3054cbbcc
Revises: d7b3ce6fa31a
Create Date: 2025-07-30 19:32:37.285172
"""
@ -11,7 +11,7 @@ from alembic import op
# revision identifiers, used by Alembic.
revision = "e6bb583aac2d"
down_revision: str | None = "7cf3054cbbcc"
down_revision: str | None = "d7b3ce6fa31a"
branch_labels: str | tuple[str, ...] | None = None
depends_on: str | tuple[str, ...] | None = None