Skip to content

Commit

Permalink
Fix alembic migration (apache#11110)
Browse files Browse the repository at this point in the history
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com>
  • Loading branch information
2 people authored and auxten committed Nov 20, 2020
1 parent 667f9f0 commit 71f6896
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 @@
"""Delete table_name unique constraint in mysql
Revision ID: 18532d70ab98
Revises: e5ef6828ac4e
Revises: 3fbbc6e8d654
Create Date: 2020-09-25 10:56:13.711182
"""

# revision identifiers, used by Alembic.
revision = "18532d70ab98"
down_revision = "e5ef6828ac4e"
down_revision = "3fbbc6e8d654"

from alembic import op

Expand Down

0 comments on commit 71f6896

Please sign in to comment.