summaryrefslogtreecommitdiffstats
path: root/update notes.txt
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-14 14:49:51 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-14 14:49:51 -0800
commit59fc439d341900d99c00a31ff1653b274ba2a037 (patch)
tree5bd4b89bb500bc5557750228030ee0f2b8e2fb6d /update notes.txt
parentfab36d921f22cb5999357932785e03aa88269f8d (diff)
parent532faa4d5cc5b20fba8422c87b0aac846874af43 (diff)
downloadpathery-59fc439d341900d99c00a31ff1653b274ba2a037.tar.xz
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Conflicts: css/challenge.css
Diffstat (limited to 'update notes.txt')
-rw-r--r--update notes.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/update notes.txt b/update notes.txt
new file mode 100644
index 0000000..7c57a30
--- /dev/null
+++ b/update notes.txt
@@ -0,0 +1,12 @@
+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.
+- 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, 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.
+
+
+Notes from previous updates: \ No newline at end of file