Prevent changes to -Dairsonic.defaultMusicFolder from breaking the liquibase migration

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2017-08-22 20:20:02 -06:00
parent 338ac6a9e0
commit dbf5841f8b
@@ -16,6 +16,7 @@
</rollback> </rollback>
</changeSet> </changeSet>
<changeSet id="schema26_002" author="muff1nman"> <changeSet id="schema26_002" author="muff1nman">
<validCheckSum>ANY</validCheckSum>
<preConditions onFail="MARK_RAN"> <preConditions onFail="MARK_RAN">
<not> <not>
<tableExists tableName="music_folder" /> <tableExists tableName="music_folder" />