mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
archive more match data
This commit is contained in:
parent
0f86fda710
commit
65e2463941
10 changed files with 282 additions and 1 deletions
5
archiver/migrations/20250418172836_match_data.sql
Normal file
5
archiver/migrations/20250418172836_match_data.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE matches
|
||||
ADD COLUMN IF NOT EXISTS map VARCHAR,
|
||||
ADD COLUMN IF NOT EXISTS week INT,
|
||||
ADD COLUMN IF NOT EXISTS format game_mode,
|
||||
ADD COLUMN IF NOT EXISTS default_data DATE;
|
||||
Loading…
Add table
Add a link
Reference in a new issue