Prevent changes to -Dairsonic.defaultMusicFolder from breaking the liquibase migration
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user