cloudfoundry/cloud_controller_ng

View on GitHub
db/migrations/20160914165525_migrate_v2_app_data_to_v3.rb

Summary

Maintainability
B
5 hrs
Test Coverage

File 20160914165525_migrate_v2_app_data_to_v3.rb has 377 lines of code (exceeds 250 allowed). Consider refactoring.
Open

Sequel.migration do
  up do
    collate_opts = {}
    dbtype = if self.class.name.match?(/mysql/i)
               collate_opts[:collate] = :utf8_bin
Severity: Minor
Found in db/migrations/20160914165525_migrate_v2_app_data_to_v3.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status