Skip to content

Commit 68aaab6

Browse files
committed
#115 fixed the liquibase DB migration execution
1 parent a1d8b12 commit 68aaab6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

quartz-manager-parent/quartz-manager-starter-persistence/src/main/java/it/fabioformosa/quartzmanager/api/persistence/PersistenceConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import javax.sql.DataSource;
1212

1313
@Configuration
14-
@PropertySource("classpath:quartz-persistence.properties")
1514
public class PersistenceConfig {
1615

1716
@Value("${quartz-manager.persistence.quartz.datasource.url}")

quartz-manager-parent/quartz-manager-starter-persistence/src/main/resources/db/quartz-scheduler/liquibase-changelog-master.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
66
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">
77

8-
<includeAll path="./migrations" relativeToChangelogFile="true"/>
8+
<includeAll path="classpath:db/quartz-scheduler/migrations" relativeToChangelogFile="false" errorIfMissingOrEmpty="true"/>
99

1010
</databaseChangeLog>

0 commit comments

Comments
 (0)