index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
atuin-server
/
migrations
/
20220426080938_history-index.sql
blob: 2d2a563368e7b7734ceecaeafbbb90d1ecc9e254 (
plain
) (
blame
)
1
create
index
concurrently
if
not
exists
"history_idx"
on
history
using
btree
(
user_id
,
timestamp
);