socialforge/db/migrate/20161230061940_add_contest_...

7 lines
138 B
Ruby
Raw Normal View History

2016-12-30 16:37:20 +08:00
#encoding=utf-8
class AddContestIdToBoards < ActiveRecord::Migration
def change
add_column :boards, :contest_id, :integer
end
end