class AddColumnToForums < ActiveRecord::Migration
def change
add_column :forums, :sticky, :integer
add_column :forums, :locked, :integer
end