RailsEventStore/cqrs-es-sample-with-res

View on GitHub
rails_application/db/migrate/20210103114314_no_global_stream_entries.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method change has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def change
    case ActiveRecord::Base.connection.adapter_name
    when "SQLite"
      rename_table :event_store_events, :old_event_store_events
      create_table(:event_store_events, force: false) do |t|

    There are no issues that match your filters.

    Category
    Status