Skip to content

Commit

Permalink
fix(alembic)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Jul 4, 2023
1 parent 2044310 commit 1c3d757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/alembic/versions/7f177bfb0108_commune.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""commune
Revision ID: 7f177bfb0108
Revises: ca282a8389ef
Revises: 2daaedf28c12
Create Date: 2023-05-24 18:27:45.820006
"""
Expand All @@ -12,7 +12,7 @@

# revision identifiers, used by Alembic.
revision = "7f177bfb0108"
down_revision = "ca282a8389ef"
down_revision = "2daaedf28c12"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 1c3d757

Please sign in to comment.