From cfd201af6cde7e86707c6a5a475b1c9f1e989744 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 13 Jan 2013 19:28:16 -0600 Subject: Adding update notes, since there's a lot that needs to be done to upgrade --- update notes.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 update notes.txt (limited to 'update notes.txt') diff --git a/update notes.txt b/update notes.txt new file mode 100644 index 0000000..de93369 --- /dev/null +++ b/update notes.txt @@ -0,0 +1,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: \ No newline at end of file -- cgit v1.2.3 From 0e2ff7a5e11fbcd5462a2be61628b5f2eed412ac Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 13 Jan 2013 19:35:52 -0600 Subject: Added a bit more to update notes --- update notes.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'update notes.txt') diff --git a/update notes.txt b/update notes.txt index de93369..c19214f 100644 --- a/update notes.txt +++ b/update notes.txt @@ -4,8 +4,9 @@ For next update: - 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. +- Open includes\playerStats.php, and set CP_EARLIEST_DATE to the date we want to start counting ties/wins/champion points from. + We could also pretty easily recalculate the other stats (mazes and total moves) from that date also, if you want; then that date would be like the 'start' of pathery. +- Go to the admin page in the browser, and click on the button that says "recalculate player statistics." All the above steps must be done before this. - -Previous updates: \ No newline at end of file +Notes from previous updates: \ No newline at end of file -- cgit v1.2.3 From db7f5c43e70cb6497b21109feec445f47bb8997d Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 13 Jan 2013 19:37:25 -0600 Subject: grammar --- update notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update notes.txt') diff --git a/update notes.txt b/update notes.txt index c19214f..7c57a30 100644 --- a/update notes.txt +++ b/update notes.txt @@ -5,7 +5,7 @@ For next update: - 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. - Open includes\playerStats.php, and set CP_EARLIEST_DATE to the date we want to start counting ties/wins/champion points from. - We could also pretty easily recalculate the other stats (mazes and total moves) from that date also, if you want; then that date would be like the 'start' of pathery. + We could also pretty easily recalculate the other stats (mazes and total moves) from that date, if you want; then that date would be like the 'start' of pathery. - Go to the admin page in the browser, and click on the button that says "recalculate player statistics." All the above steps must be done before this. -- cgit v1.2.3