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
/
20231203124112_create-store-idx.sql
blob: 56d671458511e98ecea12fe66bb0708b686c3756 (
plain
) (
blame
)
1
2
-- Add migration script here
create
unique
index
record_uniq
ON
store
(
user_id
,
host
,
tag
,
idx
);