Skip to content

Commit

Permalink
fix: make down migration sort of work
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 1, 2024
1 parent e14f0db commit dd92068
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ def downgrade():

with op.batch_alter_table("drs_object", schema=None) as batch_op:
batch_op.add_column(sa.Column("bundle_id", sa.INTEGER(), nullable=True))
batch_op.create_foreign_key(None, "drs_bundle", ["bundle_id"], ["id"])

# ### end Alembic commands ###

0 comments on commit dd92068

Please sign in to comment.