Hi
I am having a problem with this changeset
<changeSet author="author" id="1">
<preConditions onFail="MARK_RAN">
<dbms type="PostgreSQL"/>
</preConditions>
<createSequence incrementBy="1"
sequenceName="startpoint"
startValue="1"/>
</changeSet>
When I run this against MySQL database, it still tries to run. Is this a known bug.
John