mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
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:
parent
95a8a67c8e
commit
61761ca24d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
"""'Add label notifier CRUD bools'
|
"""'Add label notifier CRUD bools'
|
||||||
|
|
||||||
Revision ID: e6bb583aac2d
|
Revision ID: e6bb583aac2d
|
||||||
Revises: 7cf3054cbbcc
|
Revises: d7b3ce6fa31a
|
||||||
Create Date: 2025-07-30 19:32:37.285172
|
Create Date: 2025-07-30 19:32:37.285172
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -11,7 +11,7 @@ from alembic import op
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = "e6bb583aac2d"
|
revision = "e6bb583aac2d"
|
||||||
down_revision: str | None = "7cf3054cbbcc"
|
down_revision: str | None = "d7b3ce6fa31a"
|
||||||
branch_labels: str | tuple[str, ...] | None = None
|
branch_labels: str | tuple[str, ...] | None = None
|
||||||
depends_on: str | tuple[str, ...] | None = None
|
depends_on: str | tuple[str, ...] | None = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue