Skip to content

Commit

Permalink
fix: re-order migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zorkin committed Nov 20, 2024
1 parent 2c0323d commit 0d8edd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Enhance audit_log: Rename id, add comments, enforce uniqueness, and create indexes.
Revision ID: 1974af823b80
Revises: b659816d0a86
Revises: 654858661ae7
Create Date: 2024-11-15 21:05:06.629584
"""
Expand All @@ -12,7 +12,7 @@

# revision identifiers, used by Alembic.
revision = "1974af823b80"
down_revision = "b659816d0a86"
down_revision = "654858661ae7"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 0d8edd0

Please sign in to comment.