<div class="gmail_quote">On Sat, Feb 14, 2009 at 7:55 PM, Brett Henderson <span dir="ltr"><<a href="mailto:brett@bretth.com">brett@bretth.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">G H S wrote:<br>
> OK, after a little searching I found the DB-generation script and ran<br>
> it.  It worked fine, but it appears to be out of date for the current<br>
> Osmosis, which returned:<br>
><br>
> com.bretth.osmosis.core.OsmosisRuntimeException: The database schema<br>
> version of 16 does not match the expected version of 17.<br>
</div>Yes, unfortunately the db generation script is out of date.  I update it<br>
occasionally but I'm not the owner of the schema.  The proper way to<br>
create the database schema is using the rails "rake db:migrate" command,<br>
I only make the sql script available for people's convenience.  I'll<br>
create a new script when I get a chance, but otherwise add<br>
validateSchemaVersion=true to the mysql task.  The difference between 16<br>
and 17 doesn't impact osmosis in any way.<br>
</blockquote></div><br>I think you mean validateSchemaVersion=false<br><br>Karl<br>