journalduhacker/db/migrate/20140825225915_add_tag_hotness_mod.rb
2014-08-31 20:27:54 -05:00

6 lines
132 B
Ruby

class AddTagHotnessMod < ActiveRecord::Migration
def change
add_column :tags, :hotness_mod, :integer, :default => 0
end
end