Rename libresonic -> airsonic
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
<preConditions onFail="MARK_RAN">
|
||||
<not>
|
||||
<dbms type="hsqldb" />
|
||||
<customPrecondition className="org.libresonic.player.spring.DbmsVersionPrecondition" >
|
||||
<customPrecondition className="org.airsonic.player.spring.DbmsVersionPrecondition" >
|
||||
<param name="major" value="1" />
|
||||
</customPrecondition>
|
||||
</not>
|
||||
@@ -233,7 +233,7 @@
|
||||
<changeSet id="schema47_005_2" author="muff1nman">
|
||||
<preConditions onFail="MARK_RAN">
|
||||
<dbms type="hsqldb" />
|
||||
<customPrecondition className="org.libresonic.player.spring.DbmsVersionPrecondition" >
|
||||
<customPrecondition className="org.airsonic.player.spring.DbmsVersionPrecondition" >
|
||||
<param name="major" value="1" />
|
||||
</customPrecondition>
|
||||
<sqlCheck expectedResult="0">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<preConditions onFail="MARK_RAN">
|
||||
<not>
|
||||
<dbms type="hsqldb" />
|
||||
<customPrecondition className="org.libresonic.player.spring.DbmsVersionPrecondition" >
|
||||
<customPrecondition className="org.airsonic.player.spring.DbmsVersionPrecondition" >
|
||||
<param name="major" value="1" />
|
||||
</customPrecondition>
|
||||
</not>
|
||||
@@ -34,7 +34,7 @@
|
||||
<changeSet id="schema53_002_1" author="muff1nman">
|
||||
<preConditions onFail="MARK_RAN">
|
||||
<dbms type="hsqldb" />
|
||||
<customPrecondition className="org.libresonic.player.spring.DbmsVersionPrecondition" >
|
||||
<customPrecondition className="org.airsonic.player.spring.DbmsVersionPrecondition" >
|
||||
<param name="major" value="1" />
|
||||
</customPrecondition>
|
||||
<sqlCheck expectedResult="0">
|
||||
|
||||
Reference in New Issue
Block a user