added tier for display

This commit is contained in:
jenz
2026-08-21 22:43:04 +02:00
parent e13f833fa0
commit 4ec38434a2
@@ -28,13 +28,13 @@ CREATE TABLE `playtime_display_players` (
`current_country` char(2) DEFAULT NULL, `current_country` char(2) DEFAULT NULL,
`first_seen` datetime NOT NULL DEFAULT current_timestamp(), `first_seen` datetime NOT NULL DEFAULT current_timestamp(),
`last_seen` datetime NOT NULL DEFAULT current_timestamp(), `last_seen` datetime NOT NULL DEFAULT current_timestamp(),
`player_tier` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`steamid`), PRIMARY KEY (`steamid`),
KEY `idx_country` (`current_country`) KEY `idx_country` (`current_country`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
CREATE TABLE `playtime_display_name_history` ( CREATE TABLE `playtime_display_name_history` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`steamid` varchar(64) NOT NULL, `steamid` varchar(64) NOT NULL,