mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-09 16:08:31 +01:00
implement live game logging
This commit is contained in:
@@ -8,3 +8,4 @@ CREATE TABLE players(
|
||||
games INTEGER);
|
||||
|
||||
create TABLE playerHistoricalData (id TEXT, timestamp TEXT, mu REAL, sima REAL);
|
||||
create TABLE live (id text, time INTEGER, duration INTEGER, players TEXT);
|
||||
|
||||
Reference in New Issue
Block a user