added top player activity tracking for ze with vip rewards
This commit is contained in:
@@ -5,3 +5,11 @@ CREATE TABLE unloze_playtimestats.admin_activity_ze (
|
||||
`inserted_on` datetime DEFAULT current_timestamp(),
|
||||
PRIMARY KEY (`steamid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
|
||||
CREATE TABLE unloze_playtimestats.player_activity_ze (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`steamid` varchar(255) NOT NULL,
|
||||
`ze_time_start_week` bigint(20) NOT NULL,
|
||||
`inserted_on` datetime DEFAULT current_timestamp(),
|
||||
PRIMARY KEY (`steamid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
|
||||
Reference in New Issue
Block a user