Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix: corrected file path for migrations (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
melanahammel authored Feb 17, 2020
1 parent 0b83583 commit 0bdbad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerberus-web/src/main/resources/cerberus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mybatis:

flyway:
schemas: cms
locations: classpath:com/nike/cerberus/migration/*.sql
locations: classpath:com/nike/cerberus/migration

# Configure the mysql settings here
jdbc:
Expand Down

0 comments on commit 0bdbad5

Please sign in to comment.