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

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
master
Andrew DeMaria 7 years ago
parent 338ac6a9e0
commit dbf5841f8b
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 1
      airsonic-main/src/main/resources/liquibase/legacy/schema26.xml

@ -16,6 +16,7 @@
</rollback>
</changeSet>
<changeSet id="schema26_002" author="muff1nman">
<validCheckSum>ANY</validCheckSum>
<preConditions onFail="MARK_RAN">
<not>
<tableExists tableName="music_folder" />

Loading…
Cancel
Save