ai-cfia / ailab-datastore

This is a repo representing the data layer of multiple ailab projects
MIT License
2 stars 0 forks source link

Update `update_inspection` function to reflect `verified` attribute change #119

Closed k-allagbe closed 2 months ago

k-allagbe commented 2 months ago

Description

In reference to https://github.com/ai-cfia/ailab-datastore/pull/103, the verified attribute has been moved from the ProductInformation model to the Inspection base model. The update_inspection function must be updated to accommodate this change.

Francois-Werbrouck commented 2 months ago

There also is the "id" variable that has been switched to "inspection_id"