View Single Post
Unread 2 Aug 2010, 00:57   #4
ellonweb
Registered User
 
Join Date: Nov 2008
Posts: 401
ellonweb has a brilliant futureellonweb has a brilliant futureellonweb has a brilliant futureellonweb has a brilliant futureellonweb has a brilliant futureellonweb has a brilliant futureellonweb has a brilliant futureellonweb has a brilliant futureellonweb has a brilliant futureellonweb has a brilliant futureellonweb has a brilliant future
Re: Merlin Alliance Toolset

I've just pushed an update to grab the new Alliance Points data from the dumps. I wouldn't normally make a post for this but this update is important because it affects the database structure: if you get this update and do not update your database the tools will stop functioning.

Fortunately, fixing this is easy. First you need to update the code base, instructions for this are provided in the read-me. If you were running the tools last round and haven't yet migrated for the new round, you can then migrate like normal:
createdb.py --migrate r37
If you've already migrated or are running the tools for the first time, you can migrate anyway:
createdb.py --migrate temp
In this second case, the old schema will be deleted. Note that migration mid round is not safe: dump data, intel, etc. is not copied over.
ellonweb is offline   Reply With Quote