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
/
crates
/
atuin-server-postgres
/
migrations
/
20240702094825_idx_cache_index.sql
blob: d1a7b19436796c8da63ade1a66bba56ae5a317ca (
plain
) (
blame
)
1
create
unique
index
store_idx_cache_uniq
on
store_idx_cache
(
user_id
,
host
,
tag
);