We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8293601 commit a87f393Copy full SHA for a87f393
lib/pact_broker/db.rb
@@ -18,7 +18,7 @@ def self.connection
18
19
def self.run_migrations database_connection
20
Sequel.extension :migration
21
- Sequel::Migrator.run(database_connection, PactBroker::DB::MIGRATIONS_DIR)
+ Sequel::TimestampMigrator.new(database_connection, PactBroker::DB::MIGRATIONS_DIR).run
22
end
23
24
def self.validate_connection_config
0 commit comments