diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-15 22:36:27 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-15 22:36:27 -0600 |
commit | 3990b65956331263b0963f695ddc88b4c3356af0 (patch) | |
tree | 5a6c3c84f201c054437f056c6b13372becea260f /update notes.txt | |
parent | c7d671712a9d5f90752475960c3a602aeb0da8d0 (diff) | |
download | pathery-3990b65956331263b0963f695ddc88b4c3356af0.tar.xz |
Added totalMoves and totalMazes to users; and isTiedForHighScore to solutions (for convenience)
Diffstat (limited to 'update notes.txt')
-rw-r--r-- | update notes.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/update notes.txt b/update notes.txt index 7c57a30..1ff219c 100644 --- a/update notes.txt +++ b/update notes.txt @@ -1,6 +1,7 @@ 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) +- Move the new columns from BlueRaja's database over to your other databases (see also: db updates.sql. Most, but not all, are in there. + I don't think Snap added his stuff there). 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. |