Olympiad rework.
Contributed by facab.
This commit is contained in:
@@ -8,8 +8,5 @@ CREATE TABLE IF NOT EXISTS `olympiad_nobles` (
|
||||
`competitions_lost` smallint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`competitions_drawn` smallint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`competitions_done_week` tinyint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`competitions_done_week_classed` tinyint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`competitions_done_week_non_classed` tinyint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`competitions_done_week_team` tinyint(3) unsigned NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`charId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user