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
/
20220610074049_history-length.sql
blob: b1c23016733712bece5d5a6f5a2393b2935ad76f (
plain
) (
blame
)
1
2
-- Add migration script here
alter
table
history
alter
column
data
type
text
;