mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-09 16:08:31 +01:00
implment collection of historical data
This commit is contained in:
@@ -6,3 +6,5 @@ CREATE TABLE players(
|
||||
mu INTEGER,
|
||||
sigma INTEGER,
|
||||
games INTEGER);
|
||||
|
||||
create TABLE playerHistoricalData (id TEXT, timestamp TEXT, mu REAL, sima REAL);
|
||||
|
||||
Reference in New Issue
Block a user