index
:
rocket-blog.git
master
Simple blog engine with Rust, Rocket and Diesel.
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
migrations
/
2018-01-18-202058_create_users
/
down.sql
blob: dc3714bd11c1f51560e85caa0208383d01db59c1 (
plain
) (
tree
)
d2eea77
1
2
--
This
file
should
undo
anything
in
`
up
.
sql
`
DROP
TABLE
users
;