1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-06 11:19:51 +00:00
discourse/db/migrate/20131118173159_rename_best_of_to_summary.rb

6 lines
136 B
Ruby

class RenameBestOfToSummary < ActiveRecord::Migration[4.2]
def change
rename_column :topics, :has_best_of, :has_summary
end
end