mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Convert a lot of :a => b to a: b and bring peace to the world
This commit is contained in:
@@ -6,6 +6,6 @@ class RemoveIndexForNow < ActiveRecord::Migration
|
||||
|
||||
def down
|
||||
remove_index "posts", ["forum_thread_id","post_number"]
|
||||
add_index "posts", ["forum_thread_id","post_number"], :unique => true
|
||||
add_index "posts", ["forum_thread_id","post_number"], unique: true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user