pub async fn update_page_content(
conn: &mut PgConnection,
page_id: Uuid,
content: &Value,
) -> ModelResult<()>
Expand description
Only used when testing.
pub async fn update_page_content(
conn: &mut PgConnection,
page_id: Uuid,
content: &Value,
) -> ModelResult<()>
Only used when testing.