Skip to content

Commit

Permalink
re-order migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Mar 10, 2024
1 parent 96e5a0c commit e93fcd4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""add OIDC auth method
Revision ID: 09aba125b57a
Revises: ba1e4a6cfe99
Create Date: 2023-12-28 05:08:32.397027
Revises: 2298bb460ffd
Create Date: 2024-03-10 05:08:32.397027
"""

Expand All @@ -13,7 +13,7 @@

# revision identifiers, used by Alembic.
revision = "09aba125b57a"
down_revision = "ba1e4a6cfe99"
down_revision = "2298bb460ffd"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit e93fcd4

Please sign in to comment.