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<()>