Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 719b7cb

Browse files
committed
add optional flag
1 parent f7745ee commit 719b7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/questions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
Field("from_source", type="boolean"),
1919
Field("review_flag", type="boolean"),
2020
Field("qnumber", type="string"),
21+
Field("optional", type="boolean"),
2122
migrate=table_migrate_prefix + "questions.table",
2223
)
2324

0 commit comments

Comments
 (0)