class FirstPageAddContestColumn < ActiveRecord::Migration
  def change
     add_column("first_pages","show_contest",:integer,default: 1)
  end
end