fix invitation migration
This commit is contained in:
parent
b2b23519f7
commit
4255dbe292
@ -1,4 +1,4 @@
|
||||
"""add invitiations
|
||||
"""add invitations
|
||||
|
||||
Revision ID: 25bcba9b99a9
|
||||
Revises: 9c24c609878a
|
||||
@ -44,5 +44,7 @@ def downgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
op.drop_index(op.f('ix_invitations_workspace_id'), table_name='invitations')
|
||||
op.drop_index(op.f('ix_invitations_user_id'), table_name='invitations')
|
||||
op.drop_index(op.f('ix_invitations_inviter_id'), table_name='invitations')
|
||||
op.drop_index(op.f('ix_invitations_token'), table_name='invitations')
|
||||
op.drop_table('invitations')
|
||||
# ### end Alembic commands ###
|
Loading…
x
Reference in New Issue
Block a user