fix migration: drop client_scope first

This commit is contained in:
Son NK 2019-07-03 12:17:37 +02:00 committed by Son NK
parent 9f3cba61ca
commit 77e0d323b6
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@ depends_on = None
def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.drop_table('scope')
op.drop_table('client_scope')
op.drop_table('scope')
# ### end Alembic commands ###