BUGFIX: lets not rename old migrations
This commit is contained in:
parent
c22f602235
commit
d4435ba2ac
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user