This website requires JavaScript.
Explore
Help
Sign in
midgard
/
planetwars.dev
Watch
1
Star
0
Fork
You've already forked planetwars.dev
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
dc415a8125
planetwars.dev
/
planetwars-server
/
migrations
/
2022-01-02-105610_matches
/
down.sql
4 lines
97 B
MySQL
Raw
Normal View
History
Unescape
Escape
store matches in database
2022-01-02 16:14:03 +01:00
DROP
TABLE
match_players
;
DROP
INDEX
match_created_at
;
add match_state to matches
2022-01-03 23:33:00 +01:00
DROP
TABLE
matches
;
DROP
TYPE
match_state
;
Reference in a new issue
Copy permalink