index
:
planetwars.dev
main
Unnamed repository; edit this file 'description' to name the repository.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
planetwars-server
/
migrations
/
2022-05-29-085905_add_winner_to_matches
/
down.sql
blob: 1deada230974d0abfe1c6636b6b7ff2d24f12de6 (
plain
)
1
2
3
--
This
file
should
undo
anything
in
`
up
.
sql
`
ALTER
TABLE
matches
DROP
column
winner
;