make history.txt and history.sqlite3 tables have same command column (#5980)

This commit is contained in:
Darren Schroeder 2022-07-07 07:59:00 -05:00 committed by GitHub
parent efa56d0147
commit b19cc799aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ impl Command for History {
cols: vec![
"item_id".into(),
"start_timestamp".into(),
"command_line".to_string(),
"command".to_string(),
"session_id".into(),
"hostname".into(),
"cwd".into(),