Skip to content

Commit

Permalink
feat: allow missing migration files (allow older images to run agains…
Browse files Browse the repository at this point in the history
…t newer database versions)
  • Loading branch information
bethesque committed Sep 25, 2020
1 parent 46173b6 commit 5750928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pact_broker/config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ app = PactBroker::App.new do | config |
config.logger = $logger

config.database_connection = create_database_connection_from_config(config.logger, dc.database_configuration)
config.allow_missing_migration_files = true

config.database_connection.timezone = :utc
config.base_url = dc.base_url
Expand Down

0 comments on commit 5750928

Please sign in to comment.