Fix skim search (#795)

This commit is contained in:
Ellie Huxtable 2023-03-21 20:00:19 +00:00 committed by GitHub
parent 13514b635c
commit bc06d5f36f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -452,6 +452,7 @@ impl Database for Sqlite {
"max(duration) as duration",
"exit",
"command",
"deleted_at",
"group_concat(cwd, ':') as cwd",
"group_concat(session) as session",
"group_concat(hostname, ',') as hostname",