Skip to content

Commit

Permalink
fix: migration revision order (#20484)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jun 23, 2022
1 parent aa40680 commit b33c23e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""add_unique_name_desc_rls
Revision ID: f3afaf1f11f0
Revises: e786798587de
Revises: e09b4ae78457
Create Date: 2022-06-19 16:17:23.318618
"""

# revision identifiers, used by Alembic.
revision = "f3afaf1f11f0"
down_revision = "e786798587de"
down_revision = "e09b4ae78457"

import sqlalchemy as sa
from alembic import op
Expand Down

0 comments on commit b33c23e

Please sign in to comment.