Skip to main content

clear_deleted_at

Function clear_deleted_at 

Source
pub fn clear_deleted_at(
    conn: &Connection,
    memory_id: i64,
) -> Result<(), AppError>
Expand description

Clears deleted_at to restore a soft-deleted memory.

ยงErrors

Propagates AppError::Database on SQLite failures.