BUGFIX: lets not rename old migrations

This commit is contained in:
Sam 2013-11-19 20:01:35 +11:00
parent c22f602235
commit d4435ba2ac

View File

@ -1,7 +1,7 @@
class AddHasBestOfToForumThreads < ActiveRecord::Migration
def change
add_column :forum_threads, :has_summary, :boolean, default: false, null: false
add_column :forum_threads, :has_best_of, :boolean, default: false, null: false
change_column :posts, :score, :float
end