Skip to content

Commit

Permalink
Fix revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSpelt committed Nov 12, 2024
1 parent 4e1118f commit bfbfa35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ jobs:

- name: test migrations for sqlite
run: |
poetry run alembic current
poetry run alembic upgrade head
poetry run alembic history --verbose
poetry run alembic downgrade -1
poetry run alembic upgrade head
Expand Down
2 changes: 1 addition & 1 deletion amt/migrations/versions/22298f3aac77_drop_users_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# revision identifiers, used by Alembic.
revision: str = "22298f3aac77"
down_revision: str | None = "7f20f8562007"
down_revision: str | None = "6581a03aabec"
branch_labels: str | Sequence[str] | None = None
depends_on: str | Sequence[str] | None = None

Expand Down

0 comments on commit bfbfa35

Please sign in to comment.