Removed Q_COMPLETE from the StudySchema fields, because it is no longer a column. It is a relationship now.

This commit is contained in:
mike cullerton 2021-04-02 11:48:09 -04:00
parent f23e4e307f
commit 15dc53f957

View File

@ -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):