summaryrefslogtreecommitdiff
path: root/db/migrate/20160217100506_add_description_to_label.rb
blob: 116de8ddfa9a9487512356e560d0e7f381e4a281 (plain)
1
2
3
4
5
class AddDescriptionToLabel < ActiveRecord::Migration[4.2]
  def change
    add_column :labels, :description, :string
  end
end