View Single Post
  #5  
Old 02-08-2010, 02:02 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Pirate123 View Post
Hmm ok, so i have revision 1143, how do i go about updating the database and such to match that revision?
If your database is at Rev1052 and you want to upgrade to 1143, you need to go here:

http://code.google.com/p/projecteqem.../utils/sql/svn

and download each .sql file that has a prefix between 1053 and 1143 and source them into your database (using the mysql command line tool, or whatever GUI tool you use (navicat etc.))

There isn't an SQL file for every revision between 1053 and 1143, just when any database changes are made. Glancing at the list, these are the ones you need:

1057_titles.sql
1077_botgroups.sql
1136_spell_globals.sql

Last edited by Derision; 02-08-2010 at 06:24 PM.. Reason: typo
Reply With Quote