Skip to main content

insert_plan_event

Function insert_plan_event 

Source
pub(crate) async fn insert_plan_event(
    tx: &mut Transaction<'_, Postgres>,
    plan_id: Uuid,
    actor_user_id: Option<Uuid>,
    event_type: &str,
    stage: Option<CourseDesignerStage>,
    payload: Value,
) -> ModelResult<()>