Rename column name from command to name for consistency (#7007)

This commit is contained in:
David Matos 2022-11-04 22:46:30 +01:00 committed by GitHub
parent be5d71ea47
commit b90d701f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -962,7 +962,7 @@ pub fn create_scope(
}
}
cols.push("command".into());
cols.push("name".into());
vals.push(Value::String {
val: String::from_utf8_lossy(command_name).to_string(),
span,