Skip to content

Commit

Permalink
Flyway trivia; rename H2 config file location
Browse files Browse the repository at this point in the history
Updated the SQL initialization data location in application-dev.yml to reflect the new path for the H2 config file. This ensures the application correctly references the H2 default configuration from the new directory.
  • Loading branch information
krharum committed Aug 27, 2024
1 parent c27ad39 commit d3291ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
sql:
init:
mode: always
data-locations: classpath:/db/migration/h2-default-config.sql
data-locations: classpath:/db/local/h2-default-config.sql

consumers:
testnav-kodeverk-service:
Expand Down

0 comments on commit d3291ea

Please sign in to comment.