mirror of
https://github.com/simple-login/app.git
synced 2025-02-21 22:32:56 +08:00
fix migration: drop client_scope first
This commit is contained in:
parent
9f3cba61ca
commit
77e0d323b6
1 changed files with 1 additions and 1 deletions
|
@ -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 ###
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue