mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 07:13:18 +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():
|
def upgrade():
|
||||||
# ### commands auto generated by Alembic - please adjust! ###
|
# ### commands auto generated by Alembic - please adjust! ###
|
||||||
op.drop_table('scope')
|
|
||||||
op.drop_table('client_scope')
|
op.drop_table('client_scope')
|
||||||
|
op.drop_table('scope')
|
||||||
# ### end Alembic commands ###
|
# ### end Alembic commands ###
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue