summaryrefslogtreecommitdiff
path: root/db/migrate/20170409135858_add_necro_length_to_forums.rb
blob: 53199e4c92ff3b310616c1a6e1298af7595a8e55 (plain)
1
2
3
4
5
class AddNecroLengthToForums < ActiveRecord::Migration
  def change
    add_column :forums, :necro_length, :integer
  end
end