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-scripts
/
migrations
/
20250402170430_unique_names.up.sql
blob: d2cdd02fef50de6f054f831c6b65676b4cce9cb7 (
plain
) (
blame
)
1
2
-- Add up migration script here
create
unique
index
name_uniq_idx
ON
scripts
(
name
);