- Small fixes 🍕
This commit is contained in:
Dawid Bepierszcz
2024-03-05 12:27:19 +01:00
parent 5f83645867
commit 44177f18fe
10 changed files with 43 additions and 35 deletions

View File

@@ -59,6 +59,12 @@ namespace WeaponPaints
`steamid` varchar(64) NOT NULL,
`weapon_defindex` int(11) NOT NULL,
UNIQUE (`steamid`)
) ENGINE=InnoDB",
@"CREATE TABLE `wp_player_agents` (
`steamid` varchar(64) NOT NULL,
`agent_ct` varchar(64) DEFAULT NULL,
`agent_t` varchar(64) DEFAULT NULL,
UNIQUE KEY `steamid` (`steamid`)
) ENGINE=InnoDB"
};