🔧 chore(update_all_tables.py): remove unused code block to improve code readability and maintainability
This commit is contained in:
parent
812864eded
commit
a290a68605
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ def upgrade() -> None:
|
|||
op.add_column(
|
||||
"flow", sa.Column("user_id", sqlmodel.sql.sqltypes.GUID(), nullable=False)
|
||||
)
|
||||
with contextlib.suppress(sa.exc.OperationalError):
|
||||
op.create_index(op.f("ix_flow_user_id"), "flow", ["user_id"], unique=False)
|
||||
op.create_foreign_key(None, "flow", "user", ["user_id"], ["id"])
|
||||
# ### end Alembic commands ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue