mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 22:01:17 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user