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
/
up.sql
blob: 6212ebd5c36f12b3855fd4709043914780909399 (
plain
)
1
2
3
--
Your
SQL
goes
here
ALTER
TABLE
matches
ADD
COLUMN
winner
integer
;