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
/
turtle
/
db
/
server-sqlite-migrations
/
20260127000000_remove-email-verification.sql
blob: 0bde89d7849a85a9c8cdfd5f220d4761518a8c1b (
plain
) (
blame
)
1
2
drop
table
if
exists
user_verification_token
;
alter
table
users
drop
column
verified_at
;