Removes "flowstyle" table and drops "user" table index
This commit is contained in:
parent
5f17228bfc
commit
36d8129191
1 changed files with 0 additions and 3 deletions
|
|
@ -169,7 +169,4 @@ def downgrade() -> None:
|
|||
batch_op.drop_index(batch_op.f("ix_user_username"), if_exists=True)
|
||||
|
||||
op.drop_table("user")
|
||||
|
||||
if "flowstyle" in existing_tables:
|
||||
op.drop_table("flowstyle")
|
||||
# ### end Alembic commands ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue