diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-03-21 20:00:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-21 20:00:19 +0000 |
| commit | bc06d5f36f1cbc350f6ba8cd51285cfa49122717 (patch) | |
| tree | d9b8175c4c59f45051003b89bffdfc96c43fadaa /atuin-client | |
| parent | Support old msgpack (#794) (diff) | |
| download | atuin-bc06d5f36f1cbc350f6ba8cd51285cfa49122717.zip | |
Fix skim search (#795)
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/src/database.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-client/src/database.rs b/atuin-client/src/database.rs index a29dfa13..4135646c 100644 --- a/atuin-client/src/database.rs +++ b/atuin-client/src/database.rs @@ -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", |
