Skip to content

Commit d4f4d22

Browse files
committed
[BI-2540] - testing
1 parent 1852252 commit d4f4d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,8 @@
625625
<user>${DB_USER}</user>
626626
<password>${DB_PASSWORD}</password>
627627
<locations>
628-
<location>classpath:org/breedinginsight/db/migration</location>
629-
<location>classpath:db/migration</location>
628+
<location>filesystem:src/main/java/org/breedinginsight/db/migration</location>
629+
<location>filesystem:src/main/resources/db/migration</location>
630630
</locations>
631631
</configuration>
632632
<dependencies>

0 commit comments

Comments
 (0)