Fix alembic migrations order (#10156)

Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com>
This commit is contained in:
Bogdan
2020-06-24 11:41:47 -07:00
committed by GitHub
parent 37777f382f
commit 42a56e29a1

View File

@@ -17,7 +17,7 @@
"""deprecate dbs.perm column
Revision ID: a72cb0ebeb22
Revises: 743a117f0d98
Revises: ea396d202291
Create Date: 2020-06-21 19:50:51.630917
"""
@@ -26,7 +26,7 @@ from alembic import op
# revision identifiers, used by Alembic.
revision = "a72cb0ebeb22"
down_revision = "743a117f0d98"
down_revision = "ea396d202291"
def upgrade():