Match DB aktualisiert
parent
6d36329c92
commit
8a2c175930
|
|
@ -5,7 +5,7 @@
|
||||||
player2_id INTEGER,
|
player2_id INTEGER,
|
||||||
score_player2 INTEGER,
|
score_player2 INTEGER,
|
||||||
played_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
played_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
|
||||||
player1_base_change INTEGER,
|
player1_base_change INTEGER,
|
||||||
player1_khorne INTEGER,
|
player1_khorne INTEGER,
|
||||||
player1_slaanesh INTEGER,
|
player1_slaanesh INTEGER,
|
||||||
|
|
@ -18,6 +18,9 @@
|
||||||
player2_tzeentch INTEGER,
|
player2_tzeentch INTEGER,
|
||||||
player2_mmr_change INTEGER,
|
player2_mmr_change INTEGER,
|
||||||
|
|
||||||
|
rust_factor REAL,
|
||||||
|
point_inflation REAL,
|
||||||
|
|
||||||
player2_check INTEGER DEFAULT 0,
|
player2_check INTEGER DEFAULT 0,
|
||||||
match_is_counted INTEGER DEFAULT 0,
|
match_is_counted INTEGER DEFAULT 0,
|
||||||
FOREIGN KEY (gamesystem_id) REFERENCES gamesystems (id),
|
FOREIGN KEY (gamesystem_id) REFERENCES gamesystems (id),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user