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.down.sql
blob: 269b8cd9453e23dfc100446701652289718ace44 (
plain
) (
blame
)
1
2
-- Add down migration script here
alter
table
scripts
drop
index
name_uniq_idx
;