Skip to content

Commit

Permalink
Fix Migration from 2.0.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Feb 4, 2021
1 parent 38083fc commit 192de83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""Remove can_read permission on config resource for User and Viewer role
Revision ID: 82b7c48c147f
Revises: 449b4072c2da
Revises: e959f08ac86c
Create Date: 2021-02-04 12:45:58.138224
"""
Expand All @@ -29,7 +29,7 @@

# revision identifiers, used by Alembic.
revision = '82b7c48c147f'
down_revision = '449b4072c2da'
down_revision = 'e959f08ac86c'
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 192de83

Please sign in to comment.