We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23d4aa commit 2c389c3Copy full SHA for 2c389c3
ruby_event_store-active_record/lib/ruby_event_store/active_record/tasks/migration_tasks.rake
@@ -27,7 +27,7 @@ task "db:migrations:add_foreign_key_on_event_id" do
27
task.establish_connection
28
29
path =
30
- RubyEventStore::ActiveRecord::ForeignKeyOnEventIdMigrationGenerator.new.call(task.migration_path)
+ RubyEventStore::ActiveRecord::ForeignKeyOnEventIdMigrationGenerator.new.call(task.adapter, task.migration_path)
31
32
puts "Migration file created #{path}"
33
end
0 commit comments