We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37deef1 commit 72c1da2Copy full SHA for 72c1da2
1 file changed
components/rsptx/db/models.py
@@ -688,7 +688,7 @@ class AssignmentQuestion(Base, IdMixin):
688
activities_required = Column(
689
Integer
690
) # only reading assignments will have this populated
691
- use_llm = Column(Web2PyBoolean, default=False)
+ use_llm = Column(Web2PyBoolean, server_default="F")
692
693
694
AssignmentQuestionValidator: TypeAlias = sqlalchemy_to_pydantic(AssignmentQuestion) # type: ignore
0 commit comments