pub async fn set_last_path(user_id: i64, path: &str) -> Result<(), Error>
gaps2 #11 round 2 — write last_path to preferences.last_path. Read-modify-write through the JSON blob, same pattern as set_table_pref.
last_path
preferences.last_path
set_table_pref