opf/openproject

View on GitHub
modules/meeting/db/migrate/20180323135408_to_v710_aggregated_meeting_migrations.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method up has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def up
    Migration::MigrationSquasher.squash(migrations) do
      create_table "meeting_contents", id: :integer do |t|
        t.string "type"
        t.integer "meeting_id"

    There are no issues that match your filters.

    Category
    Status