mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Now I can push database migrations without making the plugin's users do the querying on their own. List of migrations: * **Converted all SteamIDs in the database from SteamID3 to Steam Account ID format. The difference is simply stripping of the [U:1: prefix and ] suffix. This change speeds up the queries and reduces the database's size by a lot.** * Removal of `workshop/` paths from all map names in the database. * Added index to `lastlogin` to speedup the filtering I added to rankings with `shavit_rankings_llrecalc`. * Removed `country` from database. It was completely unnecessary. * Converted IP addresses from plaintext to a single 4 bytes integer. * Converted `date` of records from a string to integer. |
||
|---|---|---|
| .. | ||
| bhopstats.inc | ||
| dhooks.inc | ||
| rtler.inc | ||
| shavit.inc | ||
| SteamWorks.inc | ||