Skip to content

Commit

Permalink
Fix migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Sep 23, 2023
1 parent eb18228 commit fad894f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ def upgrade():
batch_op.drop_column('output_verifier')
batch_op.drop_column('problem_type')
batch_op.drop_column('problem_statement')
batch_op.alter_column('problem_id', sa.ForeignKey('problem.id'),
server_default=None)


def downgrade():
Expand Down

0 comments on commit fad894f

Please sign in to comment.