Skip to content

Commit

Permalink
Update downgrade migration version
Browse files Browse the repository at this point in the history
  • Loading branch information
marySalvi committed Dec 6, 2024
1 parent daa09b9 commit 24a0daf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Convert packageName to an array
Revision ID: afa1ff687968
Revises: 317274ad8137
Revises: 605ae36be6b5
Create Date: 2024-08-28 22:27:28.622234
"""
Expand All @@ -15,7 +15,7 @@

# revision identifiers, used by Alembic.
revision: str = "afa1ff687968"
down_revision: Optional[str] = "317274ad8137"
down_revision: Optional[str] = "605ae36be6b5"
branch_labels: Optional[str] = None
depends_on: Optional[str] = None

Expand Down

0 comments on commit 24a0daf

Please sign in to comment.