index
:
18CS53
master
database design
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
migrations
/
2020-09-22-104623_create_users
/
down.sql
blob: 2c92cb71b2313b055895f2c6a7133f1f810483b7 (
plain
)
1
2
3
-- This file should undo anything in `up.sql`
DROP
TABLE
members
;