Skip to content

Commit

Permalink
fix: Rebase the alembic migration history
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jan 13, 2025
1 parent 65915df commit 8ed5771
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""create endpoint_auto_scaling_rules table
Revision ID: fb89f5d7817b
Revises: 0bb88d5a46bf
Revises: ef9a7960d234
Create Date: 2024-12-20 01:48:21.009056
"""
Expand All @@ -13,7 +13,7 @@

# revision identifiers, used by Alembic.
revision = "fb89f5d7817b"
down_revision = "0bb88d5a46bf"
down_revision = "ef9a7960d234"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 8ed5771

Please sign in to comment.