Skip to main content

insert

pub async fn insert(
    conn: &mut PgConnection,
    content: &str,
    page_history_id: &Uuid,
    page_id: &Uuid,
) -> ModelResult<CoursePageMarkdownContent>