mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 08:44:46 +00:00
Removed Q_COMPLETE from the StudySchema fields, because it is no longer a column. It is a relationship now.
This commit is contained in:
parent
f23e4e307f
commit
15dc53f957
@ -79,7 +79,7 @@ class StudySchema(ma.Schema):
|
||||
class Meta:
|
||||
# Fields to expose
|
||||
fields = ("STUDYID", "HSRNUMBER", "TITLE", "NETBADGEID",
|
||||
"Q_COMPLETE", "DATE_MODIFIED")
|
||||
"DATE_MODIFIED")
|
||||
|
||||
|
||||
class Investigator(db.Model):
|
||||
|
Loading…
x
Reference in New Issue
Block a user