blob: de9336942e01d13f13ddfd55bbc7c1c926b00ff9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
For next update:
- Move the new columns from BlueRaja's database over to your other databases. Make sure to get not only the type, but nullable/default as well.
(We need to do this in a more sensible way in the future... sorry)
- Drop the 'statistics' table. It's not needed anymore.
- Delete the lines relating to '$mysqlid' from db.inc.php (which I can't do, since that file is not versioned).
Those lines have been moved to sqlEmbedded.php. The only thing that should be left are the four lines defining the servername/username/etc.
- Go to the admin page, and click on the button that says "recalculate player statistics.
Previous updates:
|