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-01-02-105610_matches
/
down.sql
blob: eadd0fa44a8d4a4bc1ccb8c9330f050967506667 (
plain
)
1
2
3
DROP
TABLE
match_players
;
DROP
INDEX
match_created_at
;
DROP
TABLE
matches
;