diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 19:28:16 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 19:28:16 -0600 |
commit | cfd201af6cde7e86707c6a5a475b1c9f1e989744 (patch) | |
tree | 7127303ea2b62a688a84d8e8e433c7d5e73002f9 | |
parent | 099e2d5ab8effe07b0e5d8c59e18c81f519fd833 (diff) | |
download | pathery-cfd201af6cde7e86707c6a5a475b1c9f1e989744.tar.xz |
Adding update notes, since there's a lot that needs to be done to upgrade
-rw-r--r-- | update notes.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 |