Skip to content

Commit

Permalink
Migration for auto grading settings
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Sep 4, 2024
1 parent bbc6e6c commit f219a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def upgrade() -> None:
),
nullable=False,
),
sa.Column("required_annotations", sa.Integer(), nullable=False),
sa.Column("required_annotations", sa.Integer(), nullable=True),
sa.Column("required_replies", sa.Integer(), nullable=True),
sa.PrimaryKeyConstraint("id", name=op.f("pk__assignment_auto_grading_config")),
)
Expand Down

0 comments on commit f219a4d

Please sign in to comment.