pub fn insert_version(
conn: &Connection,
memory_id: i64,
version: i64,
name: &str,
memory_type: &str,
description: &str,
body: &str,
metadata: &str,
changed_by: Option<&str>,
change_reason: &str,
) -> Result<(), AppError>