Skip to content

Commit

Permalink
correct down_revision (vs. an inbetween from other support work).
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni committed Nov 26, 2024
1 parent 3b57217 commit d1f65fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portal/migrations/versions/4f5daa2b48db_.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""remove non english rows from report data (IRONN-264)
Revision ID: 4f5daa2b48db
Revises: 967a074a0404
Revises: 5a300be640fb
Create Date: 2024-11-25 13:48:01.321510
"""
Expand All @@ -10,7 +10,7 @@

# revision identifiers, used by Alembic.
revision = '4f5daa2b48db'
down_revision = '967a074a0404'
down_revision = '5a300be640fb'


def upgrade():
Expand Down

0 comments on commit d1f65fb

Please sign in to comment.