mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
* in table `playertimes` add `time` to the `map` index - it should look like this: ```sql INDEX `map` (`map`, `style`, `track`, `time`) ``` * in all tables, change all CHAR(x) to VARCHAR(x). the following are the changes: - `chat.auth VARCHAR(32)` - `chat.ccname VARCHAR(128)` - `chat.ccmessage VARCHAR(16)` - `users.auth VARCHAR(32)` - `users.country VARCHAR(32)` - `users.ip VARCHAR(64)` - `maptiers.map VARCHAR(128)` - `playertimes.auth VARCHAR(32)` - `playertimes.map VARCHAR(128)` - `playertimes.date VARCHAR(16)` - `mapzones.map VARCHAR(128)` |
||
|---|---|---|
| .. | ||
| sourcemod | ||