renames player table to player_lookup so we can do proper player table later (#4502)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-10-07 16:30:38 -07:00
committed by GitHub
parent d5a4b55fa8
commit b6ec7b3919
4 changed files with 10 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ CREATE TABLE IF NOT EXISTS `rp_feedback` (
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;
CREATE TABLE IF NOT EXISTS `rp_player` (
CREATE TABLE IF NOT EXISTS `rp_player_lookup` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ckey` varchar(32) NOT NULL,
`firstseen` datetime NOT NULL,