mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
more api fixes
This commit is contained in:
5
sqlite.init
Normal file
5
sqlite.init
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE players(
|
||||
playerName TEXT PRIMARY KEY,
|
||||
rating INTEGER,
|
||||
lastupdated TEXT
|
||||
);
|
||||
Reference in New Issue
Block a user