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.”
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.
24 April 2009, 8:32 pmNathan Voxland:
Thanks, I updated the post.
25 April 2009, 11:02 pm