Skip to content

Commit

Permalink
forgot to remove token roles
Browse files Browse the repository at this point in the history
  • Loading branch information
rmb938 committed Oct 19, 2017
1 parent 2bb8f35 commit 41703d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def upgrade():


def downgrade():
op.drop_table('authn_token_roles')
op.drop_table('authn_tokens')
op.drop_table('authz_roles')
# op.drop_table('authz_rules')
Expand Down

0 comments on commit 41703d9

Please sign in to comment.