Some new mongdb qc_submit entries missing required fields
Opened this issue · 0 comments
DowntonCrabby commented
Describe the bug
All records in the qc_submit collection should have the "Current" field which is a boolean. A few more recent sessions appear to be missing this field. The queries that pull from the DB use a filter which is current:True so not having this field will cause issues with these queries.