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
/
20220426172813_user-created-at.sql
blob: a9138194e74bdbb8c8d21068829afebee447d224 (
plain
) (
blame
)
1
alter
table
users
add
column
created_at
timestamp
not
null
default
now
();