mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
road leaderboard initial implementation
This commit is contained in:
11
patch-schema/road-leaderboard.sql
Normal file
11
patch-schema/road-leaderboard.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS rengoku_score (
|
||||
character_id integer PRIMARY KEY,
|
||||
max_stages_mp integer,
|
||||
max_points_mp integer,
|
||||
max_stages_sp integer,
|
||||
max_points_sp integer
|
||||
);
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user