Skip to content

Commit

Permalink
Merge pull request #18 from rajeshj11/feat/runbook-1780-main-final
Browse files Browse the repository at this point in the history
chore: merge the schema change
  • Loading branch information
Mubashirshariq authored Oct 20, 2024
2 parents 76ebde0 + a0a8c79 commit 3e8cb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def upgrade() -> None:
)

with op.batch_alter_table("incident", schema=None) as batch_op:
batch_op.add_column(sa.Column("runbooks_count", sa.Integer(), nullable=False))
batch_op.add_column(sa.Column("runbooks_count", sa.Integer(), nullable=False, server_default="0"))

# ### end Alembic commands ###

Expand Down

0 comments on commit 3e8cb56

Please sign in to comment.