Noosfero/noosfero

View on GitHub
plugins/orders/db/migrate/20140412202042_refactor_orders_plugin_statuses.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def self.up
    add_column :orders_plugin_items, :draft, :boolean

    add_column :orders_plugin_items, :quantity_consumer_ordered, :decimal
    add_column :orders_plugin_items, :quantity_supplier_accepted, :decimal

    There are no issues that match your filters.

    Category
    Status