Skip to content

Commit

Permalink
Update d2198fd60b0e_added_result_run_id.py (#143)
Browse files Browse the repository at this point in the history
* Update d2198fd60b0e_added_result_run_id.py

* hotfixed migration d2198fd60b0e
  • Loading branch information
marqueewinq authored Sep 19, 2023
1 parent 0c891bf commit 761cc73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

def upgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
op.add_column('result', sa.Column('run_id', sa.VARCHAR(length=50), nullable=False))
op.add_column('result', sa.Column('run_id', sa.VARCHAR(length=50), nullable=True, default=None))
op.alter_column('version', 'name',
existing_type=sa.VARCHAR(length=50),
nullable=False)
Expand Down

0 comments on commit 761cc73

Please sign in to comment.