mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user