Removes "component" table and drops "flowstyle" table
This commit is contained in:
parent
e14d089527
commit
d900473385
1 changed files with 0 additions and 3 deletions
|
|
@ -172,7 +172,4 @@ def downgrade() -> None:
|
|||
|
||||
if "flowstyle" in existing_tables:
|
||||
op.drop_table("flowstyle")
|
||||
|
||||
if "component" in existing_tables:
|
||||
op.drop_table("component")
|
||||
# ### end Alembic commands ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue