Skip to content

Commit

Permalink
Merge pull request #238 from ilyakatz/berniechiu-fix/missing-class
Browse files Browse the repository at this point in the history
Fix wrong module class was called
  • Loading branch information
ilyakatz authored Dec 12, 2022
2 parents ee1e0d1 + 0285b50 commit 19897f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/data_migrate/database_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run_migration(migration, direction)
::ActiveRecord::Migration.write("== %s %s" % ['Schema', "=" * 69])
::DataMigrate::SchemaMigration.run(
direction,
::Continuation::SchemaMigration.migrations_paths,
::DataMigrate::SchemaMigration.migrations_paths,
migration[:version]
)
end
Expand Down
2 changes: 1 addition & 1 deletion lib/data_migrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DataMigrate
VERSION = "8.4.0".freeze
VERSION = "8.4.1".freeze
end

0 comments on commit 19897f5

Please sign in to comment.