mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 06:51:34 +01:00
improve first start instructions
This commit is contained in:
8
python/players.sqlite.init
Normal file
8
python/players.sqlite.init
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE players(
|
||||
id INTEGER,
|
||||
name TEXT,
|
||||
lastGame TEXT,
|
||||
wins INTEGER,
|
||||
mu INTEGER,
|
||||
sigma INTEGER,
|
||||
games INTEGER);
|
||||
Reference in New Issue
Block a user