socialforge/db/migrate/20140730021521_first_page_a...

6 lines
147 B
Ruby
Raw Normal View History

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