View Single Post
  #12  
Old 01-27-2012, 11:31 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

If you're sourcing a database from scratch, you do not need to source the updates, they are already in the player tables.

Also, you only need to source updates if you're upgrading an existing database. The db_version table of your database will tell you which revision you are currently at. You simply source all the updates from after that point. Unless your database is ancient and needs to be upgraded, there is no reason to source all the updates, and in fact I don't recommend doing so.
Reply With Quote