Skip to content

Commit

Permalink
Merge branch 'master' into plotting-font
Browse files Browse the repository at this point in the history
  • Loading branch information
marqueewinq authored Sep 19, 2023
2 parents a188c18 + 761cc73 commit 18a9113
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 18a9113

Please sign in to comment.