Skip to content

Commit

Permalink
remove player_misc
Browse files Browse the repository at this point in the history
  • Loading branch information
omarcopires committed Feb 15, 2024
1 parent 0292cdf commit 88191ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -640,12 +640,6 @@ CREATE TABLE IF NOT EXISTS `player_kills` (
`unavenged` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- Table structure `player_misc`
CREATE TABLE IF NOT EXISTS `player_misc` (
`player_id` int(11) NOT NULL,
`info` blob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- Table structure `player_namelocks`
CREATE TABLE IF NOT EXISTS `player_namelocks` (
`player_id` int(11) NOT NULL,
Expand Down

0 comments on commit 88191ae

Please sign in to comment.