Skip to content

Commit

Permalink
chore: reorder migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dodumosu committed Apr 7, 2021
1 parent 4e4d02d commit 6d3cedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/versions/1e17be41a449_migrate_qa_expressions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""migrate QA expressions
Revision ID: 1e17be41a449
Revises: 32263b7ab47e
Revises: d1b58fcfbd26
Create Date: 2020-05-23 18:00:25.856539
"""
Expand All @@ -12,7 +12,7 @@

# revision identifiers, used by Alembic.
revision = '1e17be41a449'
down_revision = '32263b7ab47e'
down_revision = 'd1b58fcfbd26'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 6d3cedb

Please sign in to comment.