Skip to content

Commit

Permalink
fix: Correct down-revision (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-d-zhang committed Sep 27, 2023
1 parent eb377af commit 4c59a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic/versions/9ac5b6c4a36b_add_scans_status_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = "9ac5b6c4a36b"
down_revision = "b6c8e52cd4f5f"
down_revision = "6c8e52cd4f5f"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 4c59a79

Please sign in to comment.