Skip to content

Commit

Permalink
fix: add missing require in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 2, 2023
1 parent 77ebfe3 commit 6b54023
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
require_relative "migration_helper"

include PactBroker::MigrationHelper

Sequel.migration do
up do
if !mysql?
Expand Down

0 comments on commit 6b54023

Please sign in to comment.