Skip to content

Commit

Permalink
fix: try to fix object bundle_id drop migration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 20, 2024
1 parent 83c053d commit b86cb86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def upgrade():
# ### commands auto generated by Alembic - please adjust! ###

with op.batch_alter_table("drs_object", schema=None) as batch_op:
batch_op.drop_constraint(None, type_="foreignkey")
batch_op.drop_column("bundle_id")

op.drop_table("drs_bundle")
Expand Down

0 comments on commit b86cb86

Please sign in to comment.