diff --git a/cio/src/applicant_reviews.rs b/cio/src/applicant_reviews.rs index 41cfe65b3..7e86581db 100644 --- a/cio/src/applicant_reviews.rs +++ b/cio/src/applicant_reviews.rs @@ -21,6 +21,7 @@ use crate::{ airtable_table = "AIRTABLE_REVIEWS_TABLE", match_on = { "name" = "String", + "applicant" = "Vec", }, }] #[derive(Debug, Insertable, AsChangeset, PartialEq, Clone, JsonSchema, Deserialize, Serialize)]