pub async fn insert_bulk(
conn: &mut PgConnection,
new_completion_registrations: Vec<NewCourseModuleCompletionRegisteredToStudyRegistry>,
) -> ModelResult<Vec<Uuid>>pub async fn insert_bulk(
conn: &mut PgConnection,
new_completion_registrations: Vec<NewCourseModuleCompletionRegisteredToStudyRegistry>,
) -> ModelResult<Vec<Uuid>>