Skip to content

Commit

Permalink
fix: commit migrate session
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Jul 8, 2024
1 parent d73207b commit e1f5ba3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def upgrade() -> None:
f"UPDATE task_sample SET file_id={file_id} WHERE id={task_sample_id}"
)

session.commit()


def downgrade() -> None:
Expand Down

0 comments on commit e1f5ba3

Please sign in to comment.