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.
|