Noosfero/noosfero

View on GitHub
plugins/analytics/db/migrate/20150715001149_init_analytics_plugin.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def up
    create_table :analytics_plugin_visits do |t|
      t.integer :profile_id
    end

    There are no issues that match your filters.

    Category
    Status