We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1852252 commit d4f4d22Copy full SHA for d4f4d22
pom.xml
@@ -625,8 +625,8 @@
625
<user>${DB_USER}</user>
626
<password>${DB_PASSWORD}</password>
627
<locations>
628
- <location>classpath:org/breedinginsight/db/migration</location>
629
- <location>classpath:db/migration</location>
+ <location>filesystem:src/main/java/org/breedinginsight/db/migration</location>
+ <location>filesystem:src/main/resources/db/migration</location>
630
</locations>
631
</configuration>
632
<dependencies>
0 commit comments