BigW Consortium Gitlab

20160217100506_add_description_to_label.rb 145 Bytes
Newer Older
1
# rubocop:disable all
Tap committed
2 3 4 5 6
class AddDescriptionToLabel < ActiveRecord::Migration
  def change
    add_column :labels, :description, :string
  end
end