RailsEventStore/cqrs-es-sample-with-res

View on GitHub
rails_application/db/migrate/20210103114304_created_at_precision.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method change has 37 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, id: false, force: false) do |t|
Severity: Minor
Found in rails_application/db/migrate/20210103114304_created_at_precision.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status