The suggestion to have two changesets with the two different definitions is what I would recommend. You can use multiple dbms names separated by commas to show that the changeset should apply to any in the list, and you can also use ! to indicate not - so you can do things like use dbms="postgresql" on one changeset and dbms="!postgresql" on another.
↧