Documentation Update of the Day

Someone updated the the LiquiBase wiki documentation about  preconditions today.  It had been:

<preConditions>
<dbms type="oracle" />
<dbms type="mssql" />
</preConditions>
Will require running on Oracle AND MS-SQL, which will always be false, unless a huge and unexpected merger takes place.

and they changed it to:

<preConditions>
<dbms type="oracle" />
<dbms type="mysql" />
</preConditions>
Will require running on Oracle AND MySQL, which will always be false, unless a huge and unexpected merger takes place.

“just for the pure irony value.”

2 Comments

  1. Jorge:

    Quite funny but you got your original version wrong.
    MySQL wasn’t referenced at all previously.

    Nevertheless, a product of a twisted mind at work, obviously. :)

  2. Nathan Voxland:

    Thanks, I updated the post.

Leave a comment