Creating SQL from entire changelog?

Hey folks!

I’m trying to generate SQL based on the full contents of a changelog file.  As far as I can tell, the only option I see is to create SQL deltas based on the current state of the database.  But, we’re trying to pull together all the pieces we need for a release…  and the hosting provider we’re deploying to will ONLY accept SQL.  Which means I need to deliver them the full SQL for everything we’ve developed to date.


I thought this might have been quite easy to do, but I’m not seeing an option anywhere…  So, short of creating empty schemas with an empty databasechangelog for the sole purpose of creating the full SQL, I don’t know what else to do.  There’s got to be an easier way generate this…


Any help is much appreciated…


Thanks

Brian