View Single Post
  #6  
Old 07-02-2011, 07:49 PM
strider51
Sarnak
 
Join Date: Jan 2011
Posts: 77
Default

thanks for the help. is there anyway to get all the updates in 1 shot? I actually made a vb script to create a sourceAll.sql that list them in numerical order, but I still get some errors like

"Column does not exist".

I'm wondering if there is another preferred order.

Here's what Im doing:
I'm creating a database with the db_dump.sql
then I'm applying all updates in the updates folder of that repository
then I'm applying all of the updates in the server Source SVN repository: trunk\EQEmuServer\utils\sql\svn

I get tons of duplicate entry, column, unknown colum errors; and I'm executing these updates in numerical order.


EDIT: doing this in this order deletes your spells_new table......
Reply With Quote