clairelee/directable

View on GitHub
db/migrate/20161116051540_remove_production_from_notes.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveProductionFromNotes < ActiveRecord::Migration
  def change
    remove_column :notes, :production, :string
  end
end