This all depends on what you are doing, if there are no changes in the structure of the database, then you can basically just keep the DB as it is, and then just run it on the other core, which means you don't even have to touch the DB.



If however there is a change in the DB structure after upgrading to another revision, that means you have to run the SQL files usually found in the source, in the actual SVN

Good Luck