summaryrefslogtreecommitdiff
path: root/db/migrate/20150902001023_add_template_to_label.rb
blob: bd381a97b6939bf1a1916cfef767b563fb976323 (plain)
1
2
3
4
5
class AddTemplateToLabel < ActiveRecord::Migration
  def change
    add_column :labels, :template, :boolean, default: false
  end
end