tasks/database.rb in pact_broker-2.0.0.beta.7 vs tasks/database.rb in pact_broker-2.0.0.beta.8

- old
+ new

@@ -6,10 +6,10 @@ Sequel.extension :migration module PactBroker module Database - TABLES = [:pacts, :pact_version_contents, :tags, :verifications, :pact_publications, :pact_versions, :webhook_headers, :webhooks, :versions, :pacticipants].freeze + TABLES = [:config, :pacts, :pact_version_contents, :tags, :verifications, :pact_publications, :pact_versions, :webhook_headers, :webhooks, :versions, :pacticipants].freeze extend self def migrate target = nil opts = target ? {target: target} : {}