Fix skim search (#795)
This commit is contained in:
parent
13514b635c
commit
bc06d5f36f
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue